summaryrefslogtreecommitdiff
path: root/security/pgp2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-08-01 13:10:07 +0000
committerwiz <wiz@pkgsrc.org>2005-08-01 13:10:07 +0000
commit53d044314a8d218f6ed86d9c243d408de4b4da9a (patch)
treee24ccbc3a472f15f2337c1c943187af2e780c338 /security/pgp2
parentc8b9fd00ce3fe790c209e2dffc46c65e53a22036 (diff)
downloadpkgsrc-53d044314a8d218f6ed86d9c243d408de4b4da9a.tar.gz
Use tar, gtar is not really necessary.
Diffstat (limited to 'security/pgp2')
-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}" \