diff options
author | hoek <hoek@FreeBSD.org> | 1998-08-30 08:54:30 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-08-30 08:54:30 +0800 |
commit | bef1bceb7ac03f9dd931af1e8712f3c4ecde9c76 (patch) | |
tree | 2bdb080b46886d4ea1f0848c1883e47a4eb9c8cd /comms/xcept | |
parent | 3ba3056491421f1ee64fd7ee4e02de3b8bc975b3 (diff) | |
download | freebsd-ports-graphics-bef1bceb7ac03f9dd931af1e8712f3c4ecde9c76.tar.gz freebsd-ports-graphics-bef1bceb7ac03f9dd931af1e8712f3c4ecde9c76.tar.zst freebsd-ports-graphics-bef1bceb7ac03f9dd931af1e8712f3c4ecde9c76.zip |
Oops. Next time I add MANCOMPRESSED=maybe to a port, I should also
add the appropriate MANx variables. :)
Diffstat (limited to 'comms/xcept')
-rw-r--r-- | comms/xcept/Makefile | 5 | ||||
-rw-r--r-- | comms/xcept/pkg-plist | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/comms/xcept/Makefile b/comms/xcept/Makefile index abb87341ae8..325a93251b9 100644 --- a/comms/xcept/Makefile +++ b/comms/xcept/Makefile @@ -3,7 +3,7 @@ # Date created: Sep 1, 1996 # Whom: joerg # -# $Id: Makefile,v 1.5 1997/04/30 03:17:13 asami Exp $ +# $Id: Makefile,v 1.6 1998/08/28 07:02:05 hoek Exp $ # DISTNAME= xcept-2.1.2 @@ -12,7 +12,10 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= joerg@FreeBSD.ORG +MAN1= xcept.1 +MAN8= ceptd.8 MANCOMPRESSED= maybe + WRKSRC= ${WRKDIR}/XCept-2.1.2 .include <bsd.port.mk> diff --git a/comms/xcept/pkg-plist b/comms/xcept/pkg-plist index 542d1fbb3da..03cbff70895 100644 --- a/comms/xcept/pkg-plist +++ b/comms/xcept/pkg-plist @@ -1,7 +1,5 @@ bin/xcept libexec/ceptd -man/man1/xcept.1.gz -man/man8/ceptd.8.gz etc/cept.init etc/cept.users lib/xcept/Bundesbahn.xcept |