summaryrefslogtreecommitdiff
path: root/security/pgp2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/pgp2/Makefile')
-rw-r--r--security/pgp2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile
index 5030078a8ef..7fc430fd858 100644
--- a/security/pgp2/Makefile
+++ b/security/pgp2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2005/07/15 18:27:53 jlam Exp $
+# $NetBSD: Makefile,v 1.44 2005/08/01 13:10:07 wiz Exp $
DISTNAME= pgp263is
CATEGORIES= security
@@ -65,7 +65,6 @@ CFLAGS+= -DHIGHFIRST
BUILD_DEFS+= USE_RSAREF2 M68060 ASMFLAG
-USE_TOOLS+= gtar
INSTALLATION_DIRS= bin man/man1
.if !defined(USE_RSAREF2) || ${USE_RSAREF2} != YES && ${USE_RSAREF2} != NO
@@ -80,7 +79,7 @@ pre-fetch:
.endif
post-extract:
- cd ${WRKDIR} && ${GTAR} xf pgp263ii.tar && ${RM} -f pgp263ii.tar
+ cd ${WRKDIR} && ${TAR} xf pgp263ii.tar && ${RM} -f pgp263ii.tar
do-build:
cd ${WRKSRC} && ${MAKE} all CC="${CC}" LD="${CC}" \