diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:07:57 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:07:57 +0000 |
commit | 97992abcb6d8150406d4c72921d29262ef33e1d2 (patch) | |
tree | 669680370b7d02528338c86c3af9297c7fae605a /games/bugsx | |
parent | 4ab6de2217975ee46595da0f2d677a4f05ffd4d7 (diff) |
Notes
Diffstat (limited to 'games/bugsx')
-rw-r--r-- | games/bugsx/Makefile | 3 | ||||
-rw-r--r-- | games/bugsx/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/bugsx/Makefile b/games/bugsx/Makefile index 7c1da0045d3d..da18b3e3ed53 100644 --- a/games/bugsx/Makefile +++ b/games/bugsx/Makefile @@ -3,7 +3,7 @@ # Date created: 7 December 1997 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # -# $Id: Makefile,v 1.1.1.1 1998/02/14 05:11:35 croyle Exp $ +# $Id: Makefile,v 1.1.1.1 1998/08/17 03:13:12 jkoshy Exp $ # DISTNAME= bugsx108 @@ -19,6 +19,7 @@ USE_IMAKE= yes WRKSRC= ${WRKDIR}/bugsx # isn't really gzipped EXTRACT_BEFORE_ARGS= -xf +MAN1= bugsx.1 post-install: strip ${PREFIX}/bin/bugsx diff --git a/games/bugsx/pkg-plist b/games/bugsx/pkg-plist index 5b88f8448b34..7323a0c91f1b 100644 --- a/games/bugsx/pkg-plist +++ b/games/bugsx/pkg-plist @@ -1,2 +1 @@ bin/bugsx -man/man1/bugsx.1.gz |