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/arc/Makefile | |
parent | b7797c8f9cae00eef6480e567b0f9ab5d21741ed (diff) |
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.
Notes
Notes:
svn path=/head/; revision=4578
Diffstat (limited to 'archivers/arc/Makefile')
-rw-r--r-- | archivers/arc/Makefile | 3 |
1 files changed, 2 insertions, 1 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> |