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 /lang/p2c | |
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 'lang/p2c')
-rw-r--r-- | lang/p2c/Makefile | 4 | ||||
-rw-r--r-- | lang/p2c/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/p2c/Makefile b/lang/p2c/Makefile index 464d1824c6f3..5ba44bb33038 100644 --- a/lang/p2c/Makefile +++ b/lang/p2c/Makefile @@ -3,7 +3,7 @@ # Date created: 4 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.8 1996/11/12 02:18:46 obrien Exp $ +# $Id: Makefile,v 1.9 1996/11/17 06:12:37 obrien Exp $ # DISTNAME= p2c-1.21alpha-07.Dec.93 @@ -14,7 +14,7 @@ DISTFILES= p2c-1.21alpha2.tar.gz MAINTAINER= jmz@FreeBSD.org -MAN1= p2cc.1 +MAN1= p2c.1 p2cc.1 pre-install: build @${MKDIR} ${PREFIX}/bin diff --git a/lang/p2c/pkg-plist b/lang/p2c/pkg-plist index 35da9e5e92d0..1d7f0ba8d0be 100644 --- a/lang/p2c/pkg-plist +++ b/lang/p2c/pkg-plist @@ -1,8 +1,8 @@ bin/p2c bin/p2cc lib/libp2c.a -man/man1/p2c.1 -man/man1/p2cc.1 +man/man1/p2c.1.gz +man/man1/p2cc.1.gz include/p2c/p2c.h lib/p2c/p2crc lib/p2c/loc.p2crc |