Use ${GTAR} rather than /usr/bin/tar, even though this is not what bsd.pkg.mk

does.
This commit is contained in:
mycroft 1999-04-05 17:14:12 +00:00
parent ddf37c657d
commit 7023261ebf
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 1999/04/05 16:57:57 mycroft Exp $
# $NetBSD: Makefile,v 1.6 1999/04/05 17:14:12 mycroft Exp $
DISTNAME= abuse_pd
PKGNAME= abuse-2.0
@ -16,6 +16,6 @@ USE_GMAKE= yes
post-extract:
cd ${WRKSRC}/abuse && \
${GZCAT} ${DISTDIR}/abuse_data.tar.gz | /usr/bin/tar xf -
${GZCAT} ${DISTDIR}/abuse_data.tar.gz | ${GTAR} xf -
.include "../../mk/bsd.pkg.mk"

View file

@ -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}" \