diff options
author | mycroft <mycroft@pkgsrc.org> | 1999-04-05 17:14:12 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1999-04-05 17:14:12 +0000 |
commit | 7023261ebf784d524f17b23d7febeabfea2ca0c4 (patch) | |
tree | f718f87b0166a704cadbd7cb0c1b4e609f9b76a3 /security | |
parent | ddf37c657d67a9d9574fae8d13754928c6cd8932 (diff) | |
download | pkgsrc-7023261ebf784d524f17b23d7febeabfea2ca0c4.tar.gz |
Use ${GTAR} rather than /usr/bin/tar, even though this is not what bsd.pkg.mk
does.
Diffstat (limited to 'security')
-rw-r--r-- | security/pgp2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile index 073c8f6f7cd..25e9337edcd 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/04/05 17:08:55 mycroft Exp $ +# $NetBSD: Makefile,v 1.17 1999/04/05 17:14:13 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} && /usr/bin/tar -xf pgp263ii.tar && ${RM} -f pgp263ii.tar + cd ${WRKDIR} && ${GTAR} xf pgp263ii.tar && ${RM} -f pgp263ii.tar do-build: cd ${WRKSRC} && ${MAKE} all CC=${CC} LD=${CC} OBJS_EXT="${OBJS_EXT}" \ |