summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-04-30 02:00:27 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-04-30 02:00:27 +0000
commitb969fe34748a5e29c31704f3c01923e7153da519 (patch)
tree4863a5a984711681111eb5167db4614f9d8a8f76
parentRevert my previous addition of an mkdir -p. mtree is the way to do this. (diff)
Include junk files into binary distribution as required
Notes
Notes: svn path=/head/; revision=6365
-rw-r--r--archivers/unzip/Makefile5
-rw-r--r--archivers/unzip/pkg-plist3
2 files changed, 7 insertions, 1 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index 24854a26beca..f053adbad561 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 October 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.11 1997/04/27 15:59:09 ache Exp $
+# $Id: Makefile,v 1.8 1997/01/06 21:43:22 ache Exp $
#
DISTNAME= unzip-5.3
@@ -27,5 +27,8 @@ do-install:
${INSTALL_SCRIPT} zipgrep ${PREFIX}/bin
cd ${WRKSRC}/unix && \
${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
+ install -d -m 555 -o ${SHAREOWN} -g ${SHAREGRP} ${PREFIX}/share/doc/unzip
+ cd ${WRKSRC} && \
+ ${INSTALL_DATA} README Where COPYING ${PREFIX}/share/doc/unzip
.include <bsd.port.mk>
diff --git a/archivers/unzip/pkg-plist b/archivers/unzip/pkg-plist
index 6182a945da8e..0953fdfe5b7e 100644
--- a/archivers/unzip/pkg-plist
+++ b/archivers/unzip/pkg-plist
@@ -8,3 +8,6 @@ man/man1/unzip.1.gz
man/man1/unzipsfx.1.gz
man/man1/zipgrep.1.gz
man/man1/zipinfo.1.gz
+share/doc/unzip/README
+share/doc/unzip/COPYING
+share/doc/unzip/Where