diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | c98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch) | |
tree | 79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /archivers/unzip | |
parent | b7797c8f9cae00eef6480e567b0f9ab5d21741ed (diff) |
Notes
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 3 | ||||
-rw-r--r-- | archivers/unzip/pkg-plist | 11 |
2 files changed, 6 insertions, 8 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 428855872e30..a5468a61cf58 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -3,7 +3,7 @@ # Date created: 17 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.5 1996/05/04 12:30:40 ache Exp $ +# $Id: Makefile,v 1.6 1996/11/12 02:17:43 obrien Exp $ # DISTNAME= unzip-5.2 @@ -18,5 +18,6 @@ ALL_TARGET= bsd MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS}" \ INSTALL="install -c -o bin -g bin" \ prefix=${PREFIX} -f +MAN1= funzip.1 unzip.1 unzipsfx.1 zipinfo.1 .include <bsd.port.mk> diff --git a/archivers/unzip/pkg-plist b/archivers/unzip/pkg-plist index d66f6e8a536c..f9ba72afbe55 100644 --- a/archivers/unzip/pkg-plist +++ b/archivers/unzip/pkg-plist @@ -1,11 +1,8 @@ -@owner bin -@mode 755 bin/unzip @exec ln -f %D/%F %B/zipinfo bin/funzip bin/unzipsfx -@mode 644 -man/man1/funzip.1 -man/man1/unzip.1 -man/man1/unzipsfx.1 -man/man1/zipinfo.1 +man/man1/funzip.1.gz +man/man1/unzip.1.gz +man/man1/unzipsfx.1.gz +man/man1/zipinfo.1.gz |