summaryrefslogtreecommitdiff
path: root/archivers/unzip
diff options
context:
space:
mode:
authorwiz <wiz>1999-12-28 03:59:00 +0000
committerwiz <wiz>1999-12-28 03:59:00 +0000
commit1065d693d7e2fa309a555ad1d238e18625a4f693 (patch)
tree391908dcf604fba9717c5eaf00e5cf2dd75483fe /archivers/unzip
parent39e3a6180dc2d781c87cd8b0e1462f759bb58f0d (diff)
downloadpkgsrc-1065d693d7e2fa309a555ad1d238e18625a4f693.tar.gz
replaced some commands by their ${COMMAND} counterparts
Diffstat (limited to 'archivers/unzip')
-rw-r--r--archivers/unzip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index a95add8d072..540e1c65a87 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 1999/08/18 09:20:00 agc Exp $
+# $NetBSD: Makefile,v 1.21 1999/12/28 03:59:00 wiz Exp $
# FreeBSD Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp
#
@@ -28,7 +28,7 @@ MIRROR_DISTFILE=no
# This bootstrap is ugly, but zcrypt is only shipped as a zipfile.
pre-build:
- @cd ${WRKSRC}; test -f README.CR || ( \
+ @cd ${WRKSRC}; ${TEST} -f README.CR || ( \
${ECHO} '*** Building stage 1 of 2--unzip without encryption.' && \
${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} unzip && \
./unzip -qo ${DISTDIR}/zcrypt28.zip && \