summaryrefslogtreecommitdiff
path: root/security/rc5des
diff options
context:
space:
mode:
Diffstat (limited to 'security/rc5des')
-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"