pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/pgp2 Use tar, gtar is not really necessary.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98073008295f
branches:  trunk
changeset: 497639:98073008295f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 01 13:10:07 2005 +0000

description:
Use tar, gtar is not really necessary.

diffstat:

 security/pgp2/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r d0a276f7c422 -r 98073008295f security/pgp2/Makefile
--- a/security/pgp2/Makefile    Mon Aug 01 12:27:53 2005 +0000
+++ b/security/pgp2/Makefile    Mon Aug 01 13:10:07 2005 +0000
@@ -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 @@
 
 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 @@
 .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}" \



Home | Main Index | Thread Index | Old Index