diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-04-30 02:00:27 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-04-30 02:00:27 +0000 |
commit | b969fe34748a5e29c31704f3c01923e7153da519 (patch) | |
tree | 4863a5a984711681111eb5167db4614f9d8a8f76 /archivers/unzip/Makefile | |
parent | Revert my previous addition of an mkdir -p. mtree is the way to do this. (diff) |
Include junk files into binary distribution as required
Diffstat (limited to 'archivers/unzip/Makefile')
-rw-r--r-- | archivers/unzip/Makefile | 5 |
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> |