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/zoo | |
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/zoo')
-rw-r--r-- | archivers/zoo/Makefile | 3 | ||||
-rw-r--r-- | archivers/zoo/pkg-plist | 8 |
2 files changed, 4 insertions, 7 deletions
diff --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile index 6af3116e7704..2a25b3775c89 100644 --- a/archivers/zoo/Makefile +++ b/archivers/zoo/Makefile @@ -3,7 +3,7 @@ # Date created: 18 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.4 1995/04/15 04:45:25 asami Exp $ +# $Id: Makefile,v 1.5 1996/11/12 02:17:57 obrien Exp $ # DISTNAME= zoo-2.10pl1 @@ -16,5 +16,6 @@ MAINTAINER= jmz@FreeBSD.org NO_WRKSUBDIR= yes ALL_TARGET= bsdansi MAKEFILE= makefile +MAN1= fiz.1 zoo.1 .include <bsd.port.mk> diff --git a/archivers/zoo/pkg-plist b/archivers/zoo/pkg-plist index 8fa75af42081..32106e2191c5 100644 --- a/archivers/zoo/pkg-plist +++ b/archivers/zoo/pkg-plist @@ -1,8 +1,4 @@ -@cd /usr/local -@owner bin -@mode 755 bin/fiz bin/zoo -@mode 644 -man/man1/fiz.1 -man/man1/zoo.1 +man/man1/fiz.1.gz +man/man1/zoo.1.gz |