aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/unzip/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-04-30 10:00:27 +0800
committerache <ache@FreeBSD.org>1997-04-30 10:00:27 +0800
commit8f98e347f55d3574ef170332d224ff3091d2f2ef (patch)
tree4ee4decd1ccb6ab1a1a9421ff23a5c341aae94f3 /archivers/unzip/Makefile
parentb34992c45829e780025ec5c8111773ac73499f7f (diff)
downloadfreebsd-ports-gnome-8f98e347f55d3574ef170332d224ff3091d2f2ef.tar.gz
freebsd-ports-gnome-8f98e347f55d3574ef170332d224ff3091d2f2ef.tar.zst
freebsd-ports-gnome-8f98e347f55d3574ef170332d224ff3091d2f2ef.zip
Include junk files into binary distribution as required
Diffstat (limited to 'archivers/unzip/Makefile')
-rw-r--r--archivers/unzip/Makefile5
1 files changed, 4 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>