diff options
author | hoek <hoek@FreeBSD.org> | 1998-08-23 15:34:47 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-08-23 15:34:47 +0800 |
commit | c434f5466e2b1d03992d20a2fee795f19397486c (patch) | |
tree | a4548eb4ce7082a1ae5a36543de8064946e1ad4c /games | |
parent | b4eb19398656b316cfac9404d5eec2fc33cb7981 (diff) | |
download | freebsd-ports-gnome-c434f5466e2b1d03992d20a2fee795f19397486c.tar.gz freebsd-ports-gnome-c434f5466e2b1d03992d20a2fee795f19397486c.tar.zst freebsd-ports-gnome-c434f5466e2b1d03992d20a2fee795f19397486c.zip |
Use the MANx variables. This commit only covers ports that
don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many
do, subtly) and don't install more than one manpage.
Any port listed here is a good candidate for a general review simply
due to age... For example, a number of them seem to patch an install:
target into the program Makefile and/or arbitrarily compress their
manpages from patches/patch-*. This has been out-of-vogue since I would
guess mid-1996, at least.
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 |