diff options
author | hoek <hoek@FreeBSD.org> | 1998-08-24 16:04:09 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-08-24 16:04:09 +0800 |
commit | 9321ff753d5da995bb0c9144b07cdf4bf1163e29 (patch) | |
tree | 554f1500a5cdbb5627db0ea4a231e1c1e3328a40 /games | |
parent | db205415458c4500d2f6aae87e1dbd0f2d57d8e4 (diff) | |
download | freebsd-ports-gnome-9321ff753d5da995bb0c9144b07cdf4bf1163e29.tar.gz freebsd-ports-gnome-9321ff753d5da995bb0c9144b07cdf4bf1163e29.tar.zst freebsd-ports-gnome-9321ff753d5da995bb0c9144b07cdf4bf1163e29.zip |
Maybe MANCOMPRESSED?
Diffstat (limited to 'games')
-rw-r--r-- | games/xroach/Makefile | 5 | ||||
-rw-r--r-- | games/xroach/pkg-plist | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games/xroach/Makefile b/games/xroach/Makefile index 96094ee6b66e..a01a0a90910d 100644 --- a/games/xroach/Makefile +++ b/games/xroach/Makefile @@ -3,7 +3,7 @@ # Date created: 22 December 1995 # Whom: markm # -# $Id: Makefile,v 1.7 1998/07/27 23:25:22 asami Exp $ +# $Id: Makefile,v 1.8 1998/08/05 09:31:01 asami Exp $ # DISTNAME= xroach @@ -13,6 +13,9 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/games/ MAINTAINER= markm@FreeBSD.ORG +MAN6= xroach.6 +MANCOMPRESSED= maybe + USE_X_PREFIX= yes IGNOREFILES= ${DISTFILES} WRKSRC= ${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xroach diff --git a/games/xroach/pkg-plist b/games/xroach/pkg-plist index 7a32acda634c..d9188c049a22 100644 --- a/games/xroach/pkg-plist +++ b/games/xroach/pkg-plist @@ -1,2 +1 @@ bin/xroach -man/man6/xroach.6.gz |