diff options
author | wiz <wiz@pkgsrc.org> | 2000-10-21 20:50:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-10-21 20:50:57 +0000 |
commit | 4119241d6be2ab1d51fbc6a54c3eea17392f0589 (patch) | |
tree | 174184b40f7c16ac1db50039c9c93a7819171b6a /archivers/unzip | |
parent | 0ab458d0ddb3692463c32db9e0527b31c5d5ea45 (diff) | |
download | pkgsrc-4119241d6be2ab1d51fbc6a54c3eea17392f0589.tar.gz |
Remove unnecessary lines.
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 391f12998d7..42478646743 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/04/20 03:13:55 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2000/10/21 20:50:57 wiz Exp $ # FreeBSD Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp # @@ -17,10 +17,6 @@ ALL_TARGET= unzips # we do not use USE_ZLIB because of unknown bugs in 5.40's use of libz MAKE_FLAGS= CF="${CFLAGS} -I. -DBSD -DUNIX -Dunix -DUSE_UNSHRINK" -BUILD_DEFS+= ZIP_ENCRYPTION - -.include "../../mk/bsd.prefs.mk" - do-install: cd ${WRKSRC} && ${INSTALL_PROGRAM} unzip funzip unzipsfx ${PREFIX}/bin ${LN} -sf unzip ${PREFIX}/bin/zipinfo |