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/xpilot | |
parent | Move manpages from pkg/PLIST to MAN* macro in Makefile and add a bunch (diff) |
Move manpages from pkg/PLIST to MAN* macro in Makefile.
Notes
Notes:
svn path=/head/; revision=13500
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 34a9c9a9d3f0..05837e4db91e 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 c34acd93254f..e44f066cfa0e 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 |