diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:25:34 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:25:34 +0000 |
commit | 98a694e9a860e5e1bcc992f1905dbdf81839a150 (patch) | |
tree | 7470fb3ef740bf72808bf15eb38bdbbe7d0716bc /games/xmille | |
parent | 2bccdc057ce5093ddea66a15e173767ccd089b94 (diff) | |
download | ports-98a694e9a860e5e1bcc992f1905dbdf81839a150.tar.gz ports-98a694e9a860e5e1bcc992f1905dbdf81839a150.zip |
Notes
Diffstat (limited to 'games/xmille')
-rw-r--r-- | games/xmille/Makefile | 4 | ||||
-rw-r--r-- | games/xmille/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/games/xmille/Makefile b/games/xmille/Makefile index 4e7508938ef9..9452189eb46b 100644 --- a/games/xmille/Makefile +++ b/games/xmille/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Dec 1994 # Whom: swallace # -# $Id: Makefile,v 1.8 1997/01/03 09:37:24 obrien Exp $ +# $Id: Makefile,v 1.9 1998/08/25 00:43:58 asami Exp $ # DISTNAME= xmille @@ -18,6 +18,6 @@ MAINTAINER= swallace@FreeBSD.org USE_IMAKE= yes NO_WRKSUBDIR= yes -MANCOMPRESSED= no +MAN1= xmille.1 .include <bsd.port.mk> diff --git a/games/xmille/pkg-plist b/games/xmille/pkg-plist index 9e1743c85b1b..60b2c69e9369 100644 --- a/games/xmille/pkg-plist +++ b/games/xmille/pkg-plist @@ -1,2 +1 @@ bin/xmille -man/man1/xmille.1.gz |