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/zip1 | |
parent | 6c61c9d4d969d91ed8cd58aa1e41e3440b532c65 (diff) | |
download | pkgsrc-e160d249ca9df4f6541e5675dcfea9163923d533.tar.gz |
replaced some commands by their ${COMMAND} counterparts
Diffstat (limited to 'archivers/zip1')
-rw-r--r-- | archivers/zip1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/zip1/Makefile b/archivers/zip1/Makefile index 932246499b5..a7f566942a0 100644 --- a/archivers/zip1/Makefile +++ b/archivers/zip1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/08/18 09:20:01 agc Exp $ +# $NetBSD: Makefile,v 1.7 1999/12/28 03:59:01 wiz Exp $ # DISTNAME= zip1-1.1 @@ -38,7 +38,7 @@ do-install: cd ${WRKSRC} && ${INSTALL_MAN} zip.1 ${PREFIX}/man/man1/zip1.1 .if defined(ZIP_ENCRYPTION) cd ${WRKSRC} && ${INSTALL_PROGRAM} zipcloak ${PREFIX}/bin/zipcloak1 - ln -fs zip1.1 ${PREFIX}/man/man1/zipcloak1.1 + ${LN} -fs zip1.1 ${PREFIX}/man/man1/zipcloak1.1 @${ECHO} >>${PLIST_SRC} "bin/zipcloak1" @${ECHO} >>${PLIST_SRC} "man/man1/zipcloak1.1" .endif |