summaryrefslogtreecommitdiff
path: root/lang/jini/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2008-05-26 02:13:14 +0000
committerjoerg <joerg>2008-05-26 02:13:14 +0000
commit322586ec7e056266c541d642423c9aca509f0329 (patch)
treeb711f279533efa082bd9211a7161438542a8810d /lang/jini/Makefile
parent3540101cf6e8308dd8f7a131d1f776f628b525f2 (diff)
downloadpkgsrc-322586ec7e056266c541d642423c9aca509f0329.tar.gz
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
Diffstat (limited to 'lang/jini/Makefile')
-rw-r--r--lang/jini/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/jini/Makefile b/lang/jini/Makefile
index 7aa4f7aba42..62b2d5c3119 100644
--- a/lang/jini/Makefile
+++ b/lang/jini/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2008/03/04 16:38:12 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2008/05/26 02:13:21 joerg Exp $
#
DISTNAME= jini-${SUN_VERSION}-src
@@ -25,6 +25,8 @@ NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
+USE_TOOLS+= pax
+
PKG_DESTDIR_SUPPORT= destdir
WRKSRC= ${WRKDIR}/jini${SUN_VERSION}
@@ -51,7 +53,7 @@ FETCH_MESSAGE+= ${DOWNLOAD:Q}
do-install:
${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/jini
${CHOWN} -hR ${BINOWN}:${BINGRP} ${WRKSRC}
- cd ${WRKSRC} && ${PAX} -rw . ${DESTDIR}${PREFIX}/jini
+ cd ${WRKSRC} && pax -rw . ${DESTDIR}${PREFIX}/jini
cleandir: clean
${RM} -fr ${JINI_HOME}