diff options
author | ache <ache@FreeBSD.org> | 1997-04-30 10:00:27 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-04-30 10:00:27 +0800 |
commit | 8f98e347f55d3574ef170332d224ff3091d2f2ef (patch) | |
tree | 4ee4decd1ccb6ab1a1a9421ff23a5c341aae94f3 /archivers | |
parent | b34992c45829e780025ec5c8111773ac73499f7f (diff) | |
download | freebsd-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')
-rw-r--r-- | archivers/unzip/Makefile | 5 | ||||
-rw-r--r-- | archivers/unzip/pkg-plist | 3 |
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 |