diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
commit | e1475027cde346cc8c26ff967438ba80036384a0 (patch) | |
tree | 4659b41700eb12b7f8cf84c6386677d53f5d8032 /archivers/unzip | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.zst freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.zip |
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
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 |