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/arc | |
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/arc')
-rw-r--r-- | archivers/arc/Makefile | 3 | ||||
-rw-r--r-- | archivers/arc/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/archivers/arc/Makefile b/archivers/arc/Makefile index 7beebded0e38..0b3e5040ab42 100644 --- a/archivers/arc/Makefile +++ b/archivers/arc/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.3 1995/04/12 04:48:15 asami Exp $ +# $Id: Makefile,v 1.4 1996/11/12 02:17:13 obrien Exp $ # DISTNAME= arc521e.pl8 @@ -15,5 +15,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ache@FreeBSD.ORG NO_WRKSUBDIR= yes +MAN1= arc.1 .include <bsd.port.mk> diff --git a/archivers/arc/pkg-plist b/archivers/arc/pkg-plist index 03c0f5a8e93d..4565b4702114 100644 --- a/archivers/arc/pkg-plist +++ b/archivers/arc/pkg-plist @@ -1,3 +1,3 @@ bin/arc bin/marc -man/man1/arc.1 +man/man1/arc.1.gz |