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/xblast | |
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/xblast')
-rw-r--r-- | games/xblast/Makefile | 3 | ||||
-rw-r--r-- | games/xblast/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/xblast/Makefile b/games/xblast/Makefile index 0721eade56e..a893a3fbd59 100644 --- a/games/xblast/Makefile +++ b/games/xblast/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Nov 08 09:47:12 CET 1997 # Whom: se # -# $Id: Makefile,v 1.3 1997/12/08 22:57:33 se Exp $ +# $Id: Makefile,v 1.4 1998/02/12 21:35:13 se Exp $ # DISTNAME= xblast-2.6.beta @@ -19,5 +19,6 @@ MAINTAINER= se@FreeBSD.ORG WRKSRC= ${WRKDIR}/XBlast-2.6.beta USE_IMAKE= yes +MAN1= xblast.1 .include <bsd.port.mk> diff --git a/games/xblast/pkg-plist b/games/xblast/pkg-plist index 67c91ec321c..2df3736cc34 100644 --- a/games/xblast/pkg-plist +++ b/games/xblast/pkg-plist @@ -581,7 +581,6 @@ lib/X11/xblast/image/sprite/skel_D.pbm lib/X11/xblast/image/sprite/skel_L.pbm lib/X11/xblast/image/sprite/skel_R.pbm lib/X11/xblast/image/sprite/skel_U.pbm -man/man1/xblast.1.gz @dirrm lib/X11/xblast/image/sprite @dirrm lib/X11/xblast/image/score @dirrm lib/X11/xblast/image/misc |