diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-23 07:34:47 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-23 07:34:47 +0000 |
commit | f0dd53f0e91934a86b03d632e2531039b2dec1ca (patch) | |
tree | 9540c0361cb4b7db259b6e08725ccb00f0787ea8 /games | |
parent | 5622f4088aa7bbaae0566232708cca1e60043175 (diff) | |
download | ports-f0dd53f0e91934a86b03d632e2531039b2dec1ca.tar.gz ports-f0dd53f0e91934a86b03d632e2531039b2dec1ca.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/xevil/Makefile | 5 | ||||
-rw-r--r-- | games/xevil/pkg-plist | 1 | ||||
-rw-r--r-- | games/xrisk/Makefile | 5 | ||||
-rw-r--r-- | games/xrisk/pkg-plist | 1 |
4 files changed, 9 insertions, 3 deletions
diff --git a/games/xevil/Makefile b/games/xevil/Makefile index 6e03c3f6ec54..aa588da331ba 100644 --- a/games/xevil/Makefile +++ b/games/xevil/Makefile @@ -3,6 +3,8 @@ # Date created: 6 May 1995 # Whom: jmz # +# $Id$ +# PKGNAME= xevil-1.5 CATEGORIES= games @@ -12,6 +14,9 @@ DISTFILES= xevil1.5.tar.Z MAINTAINER= jmz@FreeBSD.org +MAN6= xevil.6 +MANCOMPRESSED= yes + NO_WRKSUBDIR= yes .include <bsd.port.mk> diff --git a/games/xevil/pkg-plist b/games/xevil/pkg-plist index fecf6e2b409c..2cb6b9661ecc 100644 --- a/games/xevil/pkg-plist +++ b/games/xevil/pkg-plist @@ -3,4 +3,3 @@ lib/app-defaults/XEvil.iris lib/app-defaults/XEvil.mac lib/app-defaults/XEvil.sun3 lib/app-defaults/XEvil.sun4_sparc -man/man6/xevil.6.gz diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile index 05aa134c586e..2d53476ac303 100644 --- a/games/xrisk/Makefile +++ b/games/xrisk/Makefile @@ -3,7 +3,7 @@ # Date created: 4 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.10 1997/01/03 09:37:42 obrien Exp $ +# $Id: Makefile,v 1.11 1998/08/05 09:31:01 asami Exp $ # DISTNAME= xrisk-2.13 @@ -13,6 +13,9 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= swallace@FreeBSD.org +MAN6= xrisk.6 +MANCOMPRESSED= yes + USE_X_PREFIX= yes RESTRICTED= "Possible trademark infringement" diff --git a/games/xrisk/pkg-plist b/games/xrisk/pkg-plist index 3f76b0843fb1..07ce37853354 100644 --- a/games/xrisk/pkg-plist +++ b/games/xrisk/pkg-plist @@ -51,4 +51,3 @@ lib/xrisk/french.mapping lib/xrisk/german.mapping lib/xrisk/norwegian.mapping lib/xrisk/risk.data -man/man6/xrisk.6.gz |