diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-24 08:04:09 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-24 08:04:09 +0000 |
commit | d3268d9cab65882acf2b7c1c0a24a053bf498078 (patch) | |
tree | 3c577fd2f7ea85176a4a8c45dcff71b5cb093cab /games/xroach | |
parent | MAN6=xneko.6 (diff) |
Maybe MANCOMPRESSED?
Notes
Notes:
svn path=/head/; revision=12804
Diffstat (limited to '')
-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 |