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 /devel/prcs | |
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 'devel/prcs')
-rw-r--r-- | devel/prcs/Makefile | 3 | ||||
-rw-r--r-- | devel/prcs/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile index 343caa4fe305..dda353960ae7 100644 --- a/devel/prcs/Makefile +++ b/devel/prcs/Makefile @@ -3,7 +3,7 @@ # Date created: 17 Sep 96 # Whom: jmacd@FreeBSD.ORG # -# $Id: Makefile,v 1.3 1996/10/08 07:32:33 asami Exp $ +# $Id: Makefile,v 1.4 1996/11/18 11:23:34 asami Exp $ # DISTNAME= prcs-1.0.1 @@ -14,5 +14,6 @@ MAINTAINER= jmacd@FreeBSD.ORG USE_GMAKE= yes HAS_CONFIGURE= yes +MAN1= prcs.1 .include <bsd.port.mk> diff --git a/devel/prcs/pkg-plist b/devel/prcs/pkg-plist index bd7a65e9fb18..f4856ef03d15 100644 --- a/devel/prcs/pkg-plist +++ b/devel/prcs/pkg-plist @@ -1,5 +1,5 @@ bin/prcs -man/man1/prcs.1 +man/man1/prcs.1.gz info/prcs.info info/prcs.info-1 info/prcs.info-2 |