pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/netpbm Comment out PKG_DESTDIR_SUPPORT.
details: https://anonhg.NetBSD.org/pkgsrc/rev/778ca3389515
branches: trunk
changeset: 555310:778ca3389515
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Feb 27 16:51:36 2009 +0000
description:
Comment out PKG_DESTDIR_SUPPORT.
PLIST generation in the post-install target is broken for destdir.
It tries to remove ${PREFIX}/bin et al.
diffstat:
graphics/netpbm/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 1fecb8b10a4e -r 778ca3389515 graphics/netpbm/Makefile
--- a/graphics/netpbm/Makefile Fri Feb 27 16:44:38 2009 +0000
+++ b/graphics/netpbm/Makefile Fri Feb 27 16:51:36 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.158 2008/09/01 09:04:19 dholland Exp $
+# $NetBSD: Makefile,v 1.159 2009/02/27 16:51:36 wiz Exp $
DISTNAME= netpbm-10.34
PKGREVISION= 1
@@ -13,7 +13,8 @@
MAKE_JOBS_SAFE= no
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
+# PLIST generation in post-install below is broken for destdir
+#PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= bash:run gmake lex pax perl
USE_FEATURES= snprintf
Home |
Main Index |
Thread Index |
Old Index