summaryrefslogtreecommitdiff
path: root/archivers/9e
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-03-02 03:48:36 +0000
committerjlam <jlam@pkgsrc.org>2008-03-02 03:48:36 +0000
commit6a0bbfc67659e8fd303162cd3c8e2f27b4be528b (patch)
tree14eb87fa09bb9b6f1b081eea0499821310cc436b /archivers/9e
parentabd93136031ca3b8ecf3b96e0d1a078f10ccd7d5 (diff)
downloadpkgsrc-6a0bbfc67659e8fd303162cd3c8e2f27b4be528b.tar.gz
Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
Diffstat (limited to 'archivers/9e')
-rw-r--r--archivers/9e/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/9e/Makefile b/archivers/9e/Makefile
index dd2785103a1..7dd33409379 100644
--- a/archivers/9e/Makefile
+++ b/archivers/9e/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/03/04 21:28:51 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2008/03/02 03:48:36 jlam Exp $
DISTNAME= 9e
PKGNAME= 9e-1.0
@@ -10,12 +10,13 @@ HOMEPAGE= http://www.eecs.harvard.edu/~wkj/Software/9e/
COMMENT= Explode Plan9 archives
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
NO_CONFIGURE= yes
INSTALLATION_DIRS= bin
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/9e ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/9e ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"