diff options
author | wiz <wiz@pkgsrc.org> | 1999-12-28 03:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 1999-12-28 03:59:00 +0000 |
commit | e160d249ca9df4f6541e5675dcfea9163923d533 (patch) | |
tree | 391908dcf604fba9717c5eaf00e5cf2dd75483fe /archivers/unzip | |
parent | 6c61c9d4d969d91ed8cd58aa1e41e3440b532c65 (diff) | |
download | pkgsrc-e160d249ca9df4f6541e5675dcfea9163923d533.tar.gz |
replaced some commands by their ${COMMAND} counterparts
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 4 |
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 && \ |