summaryrefslogtreecommitdiff
path: root/security/rc5des/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 /security/rc5des/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 'security/rc5des/Makefile')
-rw-r--r--security/rc5des/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/rc5des/Makefile b/security/rc5des/Makefile
index f2b93ef0948..d6d56387df8 100644
--- a/security/rc5des/Makefile
+++ b/security/rc5des/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2007/08/23 19:36:00 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2008/05/26 02:13:23 joerg Exp $
#
DISTNAME= rc5-mlg-004
@@ -14,6 +14,8 @@ COMMENT= Binaries for taking part in the rc5des challenge
EMUL_PLATFORMS= netbsd-alpha netbsd-arm netbsd-i386
EMUL_MODULES.netbsd= base
+USE_TOOLS+= pax
+
.include "../../mk/bsd.prefs.mk"
.if ${EMUL_PLATFORM} == "netbsd-i386"
@@ -42,6 +44,6 @@ do-build:
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/RC5
- cd ${WRKSRC} && ${PAX} -rw . ${PREFIX}/RC5
+ cd ${WRKSRC} && pax -rw . ${PREFIX}/RC5
.include "../../mk/bsd.pkg.mk"