aboutsummaryrefslogtreecommitdiff
path: root/comms/xcept/Makefile
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-08-30 00:54:30 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-08-30 00:54:30 +0000
commita6b4849e8fd4032be86eda93eea8bf3e6daec3ed (patch)
tree9ee12d6b868f07928e8ccee7a8e6ef3854dda4bc /comms/xcept/Makefile
parent9d25f6aca94a9cd1b2f109b2c0df09bf7303e9c5 (diff)
downloadports-a6b4849e8fd4032be86eda93eea8bf3e6daec3ed.tar.gz
ports-a6b4849e8fd4032be86eda93eea8bf3e6daec3ed.zip
Oops. Next time I add MANCOMPRESSED=maybe to a port, I should also
add the appropriate MANx variables. :)
Notes
Notes: svn path=/head/; revision=12911
Diffstat (limited to 'comms/xcept/Makefile')
-rw-r--r--comms/xcept/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/xcept/Makefile b/comms/xcept/Makefile
index abb87341ae8b..325a93251b9e 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>