summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authormycroft <mycroft>1999-04-05 17:08:55 +0000
committermycroft <mycroft>1999-04-05 17:08:55 +0000
commit690e14cf36f0b5f8df3daa534dc6294dd386ee21 (patch)
tree7b26feebeb666b80655136e0af19569b85d67ddd /security
parenta5196ac67d29665933377d6b735b6c2f17cefef4 (diff)
downloadpkgsrc-690e14cf36f0b5f8df3daa534dc6294dd386ee21.tar.gz
More EXTRACT_CMD fallout.
Diffstat (limited to 'security')
-rw-r--r--security/pgp2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile
index 9f0b406f63e..073c8f6f7cd 100644
--- a/security/pgp2/Makefile
+++ b/security/pgp2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 1999/01/19 17:51:24 hubertf Exp $
+# $NetBSD: Makefile,v 1.16 1999/04/05 17:08:55 mycroft Exp $
# FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp
#
@@ -65,7 +65,7 @@ pre-fetch:
.endif
post-extract:
- cd ${WRKDIR} && ${EXTRACT_CMD} -xf pgp263ii.tar && ${RM} -f pgp263ii.tar
+ cd ${WRKDIR} && /usr/bin/tar -xf pgp263ii.tar && ${RM} -f pgp263ii.tar
do-build:
cd ${WRKSRC} && ${MAKE} all CC=${CC} LD=${CC} OBJS_EXT="${OBJS_EXT}" \