summaryrefslogtreecommitdiff
path: root/devel/xmake
diff options
context:
space:
mode:
authorjoerg <joerg>2010-01-29 19:31:33 +0000
committerjoerg <joerg>2010-01-29 19:31:33 +0000
commit8bf8b2e28c9c957e9270bfa0d76c8385779c335c (patch)
treee4c0c8ee20e8fd1dd234834565a3637d2ba32655 /devel/xmake
parent06c7cceca2b99345e7f47a44f560cc1ca0b4b234 (diff)
downloadpkgsrc-8bf8b2e28c9c957e9270bfa0d76c8385779c335c.tar.gz
DESTDIR support
Diffstat (limited to 'devel/xmake')
-rw-r--r--devel/xmake/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/xmake/Makefile b/devel/xmake/Makefile
index 91f8a035a46..65b9b9f317f 100644
--- a/devel/xmake/Makefile
+++ b/devel/xmake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/01/07 09:13:52 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2010/01/29 19:32:59 joerg Exp $
#
DISTNAME= xmake-1.06
@@ -11,9 +11,12 @@ HOMEPAGE= http://apollo.backplane.com/xmake/
COMMENT= Portable make utility
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/xmake
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+INSTALL_MAKE_FLAGS+= IBDIR=${DESTDIR}${PREFIX}/bin \
+ IMDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"