aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-04-28 00:06:19 +0800
committerache <ache@FreeBSD.org>1997-04-28 00:06:19 +0800
commit06b2a3355ac0b751678df8aefbdf753e2f13109e (patch)
tree40d3122dc0e6ba83fa070f63a25c996d02225595
parent800be103499d073e081b8022c2571b220c747c92 (diff)
downloadfreebsd-ports-gnome-06b2a3355ac0b751678df8aefbdf753e2f13109e.tar.gz
freebsd-ports-gnome-06b2a3355ac0b751678df8aefbdf753e2f13109e.tar.zst
freebsd-ports-gnome-06b2a3355ac0b751678df8aefbdf753e2f13109e.zip
Remove zipgrep, misc. cleanup
-rw-r--r--archivers/zip/Makefile13
-rw-r--r--archivers/zip/pkg-plist2
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