diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-04-27 16:06:19 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-04-27 16:06:19 +0000 |
commit | 80d329b62c66e6bb30cbee247fae0838f04bc9e1 (patch) | |
tree | 5dd0982ac043086c8618ec03cef6592dc09113fd /archivers/zip | |
parent | Add zipgrep, misc cleanup (diff) |
Remove zipgrep, misc. cleanup
Notes
Notes:
svn path=/head/; revision=6334
Diffstat (limited to 'archivers/zip')
-rw-r--r-- | archivers/zip/Makefile | 13 | ||||
-rw-r--r-- | archivers/zip/pkg-plist | 2 |
2 files changed, 11 insertions, 4 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index f307e842332d..9378c00fd0f8 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,9 +1,11 @@ # New ports collection makefile for: zip (without encryption) +# http://infozip.cdrom.com/pub/infozip/ +# # Version required: 2.1 # Date created: 22 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.8 1996/11/18 13:56:21 asami Exp $ +# $Id: Makefile,v 1.9 1997/01/06 21:36:16 ache Exp $ # DISTNAME= zip21 @@ -20,7 +22,14 @@ EXTRACT_CMD= unzip EXTRACT_ARGS= -oq NO_WRKSUBDIR= yes MAKEFILE= unix/Makefile +MAKE_FLAGS= LOCAL_ZIP="${CFLAGS}" -f ALL_TARGET= generic -MAN1= zip.1 zipgrep.1 +MAN1= zip.1 + +do-install: + cd ${WRKSRC} && \ + ${INSTALL_PROGRAM} zip zipnote zipsplit zipcloak ${PREFIX}/bin + cd ${WRKSRC}/man && \ + ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 .include <bsd.port.mk> diff --git a/archivers/zip/pkg-plist b/archivers/zip/pkg-plist index 47ce0f44b76c..7e761d7584bd 100644 --- a/archivers/zip/pkg-plist +++ b/archivers/zip/pkg-plist @@ -1,7 +1,5 @@ man/man1/zip.1.gz -man/man1/zipgrep.1.gz bin/zip bin/zipnote bin/zipsplit bin/zipcloak -bin/zipgrep |