diff options
author | steve <steve@FreeBSD.org> | 1998-09-28 10:25:34 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-28 10:25:34 +0800 |
commit | 61ed12db0cd2d8d1376cdf76d59ae15bd9ea9749 (patch) | |
tree | de1dd1e4a0d4c1f85972b1bf8522ab565e3fdae5 /games/xpilot | |
parent | 717d36e01445bb504251df649b1d45bb541fcab6 (diff) | |
download | freebsd-ports-graphics-61ed12db0cd2d8d1376cdf76d59ae15bd9ea9749.tar.gz freebsd-ports-graphics-61ed12db0cd2d8d1376cdf76d59ae15bd9ea9749.tar.zst freebsd-ports-graphics-61ed12db0cd2d8d1376cdf76d59ae15bd9ea9749.zip |
Move manpages from pkg/PLIST to MAN* macro in Makefile.
Diffstat (limited to 'games/xpilot')
-rw-r--r-- | games/xpilot/Makefile | 3 | ||||
-rw-r--r-- | games/xpilot/pkg-plist | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/games/xpilot/Makefile b/games/xpilot/Makefile index 34a9c9a9d3f..05837e4db91 100644 --- a/games/xpilot/Makefile +++ b/games/xpilot/Makefile @@ -3,7 +3,7 @@ # Date created: 18 July 1995 # Whom: jmacd # -# $Id: Makefile,v 1.9 1997/01/03 09:37:35 obrien Exp $ +# $Id: Makefile,v 1.10 1997/02/12 17:47:42 max Exp $ # DISTNAME= xpilot-3.6.1 @@ -15,5 +15,6 @@ MASTER_SITE_SUBDIR= games/multiplayer MAINTAINER= jmacd@FreeBSD.org USE_IMAKE= yes +MAN6= xpilot.6 xpilots.6 xp-replay.6 .include <bsd.port.mk> diff --git a/games/xpilot/pkg-plist b/games/xpilot/pkg-plist index c34acd93254..e44f066cfa0 100644 --- a/games/xpilot/pkg-plist +++ b/games/xpilot/pkg-plist @@ -1,9 +1,6 @@ bin/xpilot bin/xpilots bin/xp-replay -man/man6/xpilot.6.gz -man/man6/xpilots.6.gz -man/man6/xp-replay.6.gz lib/xpilot/sounds lib/xpilot/defaults lib/xpilot/robots |