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/xminesweep | |
parent | 2bccdc057ce5093ddea66a15e173767ccd089b94 (diff) | |
download | ports-98a694e9a860e5e1bcc992f1905dbdf81839a150.tar.gz ports-98a694e9a860e5e1bcc992f1905dbdf81839a150.zip |
Notes
Diffstat (limited to 'games/xminesweep')
-rw-r--r-- | games/xminesweep/Makefile | 3 | ||||
-rw-r--r-- | games/xminesweep/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/xminesweep/Makefile b/games/xminesweep/Makefile index 0297ce62eba1..678237ab88e4 100644 --- a/games/xminesweep/Makefile +++ b/games/xminesweep/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Januar 1995 # Whom: janek # -# $Id: Makefile,v 1.7 1996/11/18 11:26:07 asami Exp $ +# $Id: Makefile,v 1.8 1997/01/03 09:37:27 obrien Exp $ # DISTNAME= xminesweep3.0 @@ -15,5 +15,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= janek@gaja.ipan.lublin.pl USE_IMAKE= yes +MAN1= xminesweep.1 .include <bsd.port.mk> diff --git a/games/xminesweep/pkg-plist b/games/xminesweep/pkg-plist index 1301ecd4de07..175bf45511e1 100644 --- a/games/xminesweep/pkg-plist +++ b/games/xminesweep/pkg-plist @@ -1,2 +1 @@ bin/xminesweep -man/man1/xminesweep.1.gz |