diff options
Diffstat (limited to 'archivers/unzip')
-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 |