diff options
author | steve <steve@FreeBSD.org> | 1998-09-28 02:25:34 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-28 02:25:34 +0000 |
commit | 61ed12db0cd2d8d1376cdf76d59ae15bd9ea9749 (patch) | |
tree | de1dd1e4a0d4c1f85972b1bf8522ab565e3fdae5 | |
parent | 717d36e01445bb504251df649b1d45bb541fcab6 (diff) | |
download | FreeBSD-ports-61ed12db0cd2d8d1376cdf76d59ae15bd9ea9749.zip FreeBSD-ports-61ed12db0cd2d8d1376cdf76d59ae15bd9ea9749.tar.gz |
Move manpages from pkg/PLIST to MAN* macro in Makefile.
50 files changed, 55 insertions, 55 deletions
diff --git a/games/xasteroids/Makefile b/games/xasteroids/Makefile index 2cb738b..5bf381f 100644 --- a/games/xasteroids/Makefile +++ b/games/xasteroids/Makefile @@ -3,7 +3,7 @@ # Date created: 3 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.7 1997/01/03 09:36:55 obrien Exp $ +# $Id: Makefile,v 1.8 1997/05/30 06:48:34 fenner Exp $ # DISTNAME= xasteroids @@ -18,5 +18,6 @@ USE_IMAKE= yes NO_WRKSUBDIR= yes EXTRACT_CMD= ( cd ${WRKDIR}; zcat | sh -s ) EXTRACT_ARGS= < +MAN6= xasteroids.6 .include <bsd.port.mk> diff --git a/games/xasteroids/pkg-plist b/games/xasteroids/pkg-plist index e4ff69c..3082446 100644 --- a/games/xasteroids/pkg-plist +++ b/games/xasteroids/pkg-plist @@ -1,2 +1 @@ bin/xasteroids -man/man6/xasteroids.6.gz diff --git a/games/xbill/Makefile b/games/xbill/Makefile index 4958a8a..76a800c 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -3,7 +3,7 @@ # Date created: 12 September 1995 # Whom: asami # -# $Id: Makefile,v 1.7 1998/09/15 11:13:11 asami Exp $ +# $Id: Makefile,v 1.8 1998/09/17 00:32:33 asami Exp $ # DISTNAME= xbill-2.0 @@ -17,6 +17,7 @@ MAINTAINER= obrien@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_IMAKE= yes +MAN1= xbill.1 post-install: ${CP} ${WRKSRC}/README ${PREFIX}/share/xbill diff --git a/games/xbill/pkg-plist b/games/xbill/pkg-plist index 0bb0fdf0..bb0249f 100644 --- a/games/xbill/pkg-plist +++ b/games/xbill/pkg-plist @@ -1,5 +1,4 @@ bin/xbill -man/man1/xbill.1.gz share/xbill/scores share/xbill/README share/xbill/pixmaps/about.xpm diff --git a/games/xblackjack/Makefile b/games/xblackjack/Makefile index 81c725f..1e7c183 100644 --- a/games/xblackjack/Makefile +++ b/games/xblackjack/Makefile @@ -3,7 +3,7 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.3 1996/11/18 09:53:07 asami Exp $ +# $Id: Makefile,v 1.4 1997/08/11 14:22:03 erich Exp $ # DISTNAME= xblackjack-2.2 @@ -16,5 +16,6 @@ MAINTAINER= erich@FreeBSD.org REQUIRES_MOTIF= yes USE_IMAKE= yes +MAN1= xblackjack.1 .include <bsd.port.mk> diff --git a/games/xblackjack/pkg-plist b/games/xblackjack/pkg-plist index 6df8687..2b63bcc 100644 --- a/games/xblackjack/pkg-plist +++ b/games/xblackjack/pkg-plist @@ -1,3 +1,2 @@ bin/xblackjack -man/man1/xblackjack.1.gz lib/X11/app-defaults/XBlackjack diff --git a/games/xblast/Makefile b/games/xblast/Makefile index 0721ead..a893a3f 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 67c91ec..2df3736 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 diff --git a/games/xdemineur/Makefile b/games/xdemineur/Makefile index 73c1d7d..ab16b23 100644 --- a/games/xdemineur/Makefile +++ b/games/xdemineur/Makefile @@ -3,7 +3,7 @@ # Date created: 13 Feb 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/02/13 08:18:03 tg Exp $ # DISTNAME= xdemineur-2.1 @@ -14,5 +14,6 @@ MASTER_SITE_SUBDIR= games MAINTAINER= ports@FreeBSD.ORG USE_IMAKE= yes +MAN1= xdemineur.1 .include <bsd.port.mk> diff --git a/games/xdemineur/pkg-plist b/games/xdemineur/pkg-plist index 671b576..3b91703 100644 --- a/games/xdemineur/pkg-plist +++ b/games/xdemineur/pkg-plist @@ -1,2 +1 @@ bin/xdemineur -man/man1/xdemineur.1.gz diff --git a/games/xgammon/Makefile b/games/xgammon/Makefile index 1de258a..101aaa0 100644 --- a/games/xgammon/Makefile +++ b/games/xgammon/Makefile @@ -3,7 +3,7 @@ # Date created: 02 January 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1998/01/08 08:22:51 tg Exp $ +# $Id: Makefile,v 1.5 1998/06/17 07:17:40 tg Exp $ # DISTNAME= xgammon-0.98 @@ -19,6 +19,7 @@ BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/misc/rpm NO_WRKSUBDIR= yes USE_IMAKE= yes +MAN6= xgammon.6 PATCH_FILES= ${DISTNAME}-dirent.patch diff --git a/games/xgammon/pkg-plist b/games/xgammon/pkg-plist index b38b1bc..79b0f9d 100644 --- a/games/xgammon/pkg-plist +++ b/games/xgammon/pkg-plist @@ -1,4 +1,4 @@ bin/xgammon -man/man6/xgammon.6.gz lib/X11/app-defaults/XGammon lib/X11/xgammon/xgammon.db +@dirrm lib/X11/xgammon diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile index 2b62324..c734b97 100644 --- a/games/xjewel/Makefile +++ b/games/xjewel/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.11 1997/06/12 04:23:19 asami Exp $ +# $Id: Makefile,v 1.12 1998/05/13 21:26:01 jmz Exp $ # DISTNAME= xjewel-1.6 @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tar.z MAINTAINER= jmz@FreeBSD.org USE_IMAKE= yes +MAN6= xjewel.6 pre-install: @${MKDIR} ${PREFIX}/bin diff --git a/games/xjewel/pkg-plist b/games/xjewel/pkg-plist index a269f6c..ce8482e 100644 --- a/games/xjewel/pkg-plist +++ b/games/xjewel/pkg-plist @@ -3,4 +3,4 @@ bin/xjewel_ lib/X11/xjewel.scores lib/X11/xjewel/fonts.dir lib/X11/xjewel/seven_seg.pcf.gz -man/man6/xjewel.6.gz +@dirrm lib/X11/xjewel diff --git a/games/xkobo/Makefile b/games/xkobo/Makefile index a638fa5..37fbd78 100644 --- a/games/xkobo/Makefile +++ b/games/xkobo/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Jul 1995 # Whom: jkh # -# $Id: Makefile,v 1.10 1997/11/12 09:57:17 tg Exp $ +# $Id: Makefile,v 1.11 1998/03/26 12:13:35 tg Exp $ # DISTNAME= xkobo-1.11 @@ -16,5 +16,6 @@ MAINTAINER= ports@FreeBSD.ORG USE_IMAKE= yes ALL_TARGET= xkobo +MAN1= xkobo.1 .include <bsd.port.mk> diff --git a/games/xkobo/pkg-plist b/games/xkobo/pkg-plist index 8ec3efc..2077bfb 100644 --- a/games/xkobo/pkg-plist +++ b/games/xkobo/pkg-plist @@ -1,4 +1,3 @@ bin/xkobo -man/man1/xkobo.1.gz @exec mkdir -p %D/lib/X11/xkobo-scores && chmod 755 %D/lib/X11/xkobo-scores; chown games %D/lib/X11/xkobo-scores @unexec rm -rf %D/lib/X11/xkobo-scores diff --git a/games/xmahjongg/Makefile b/games/xmahjongg/Makefile index 72ac4d2..a1356b5 100644 --- a/games/xmahjongg/Makefile +++ b/games/xmahjongg/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Aug 1996 # Whom: joerg@freebsd.org # -# $Id: Makefile,v 1.2 1996/11/18 11:25:52 asami Exp $ +# $Id: Makefile,v 1.3 1996/12/08 01:11:27 max Exp $ # DISTNAME= xmahjongg @@ -17,6 +17,7 @@ MAINTAINER= joerg@freebsd.org WRKSRC= ${WRKDIR}/xmahjongg USE_IMAKE= yes +MAN6= xmahjongg.6 NO_CDROM= "Restrictive copyright" diff --git a/games/xmahjongg/pkg-plist b/games/xmahjongg/pkg-plist index 2c59420..b0d960a 100644 --- a/games/xmahjongg/pkg-plist +++ b/games/xmahjongg/pkg-plist @@ -1,5 +1,4 @@ bin/xmahjongg -man/man6/xmahjongg.6.gz lib/X11/xmahjongg/bridge lib/X11/xmahjongg/default lib/X11/xmahjongg/wedges diff --git a/games/xmemory/Makefile b/games/xmemory/Makefile index 6b337c3..749e9db 100644 --- a/games/xmemory/Makefile +++ b/games/xmemory/Makefile @@ -3,7 +3,7 @@ # Date Created: Sat Feb 7 21:37:09 EST 1998 # Whom: Dave Chapeskie <dchapes@ddm.on.ca> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/02/12 08:11:09 tg Exp $ # DISTNAME= xmemory-3.7 @@ -15,6 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= dchapes@ddm.on.ca USE_IMAKE= yes +MAN1= xmemory.1 post-install: @${MKDIR} ${X11BASE}/lib/X11/xmemory diff --git a/games/xmemory/pkg-plist b/games/xmemory/pkg-plist index 080527f..c015ec9 100644 --- a/games/xmemory/pkg-plist +++ b/games/xmemory/pkg-plist @@ -1,5 +1,4 @@ bin/xmemory -man/man1/xmemory.1.gz lib/X11/xmemory/sports.mem lib/X11/xmemory/home.mem @exec ln -sf %f %B/default.mem diff --git a/games/xmille/Makefile b/games/xmille/Makefile index 4e75089..9452189 100644 --- a/games/xmille/Makefile +++ b/games/xmille/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Dec 1994 # Whom: swallace # -# $Id: Makefile,v 1.8 1997/01/03 09:37:24 obrien Exp $ +# $Id: Makefile,v 1.9 1998/08/25 00:43:58 asami Exp $ # DISTNAME= xmille @@ -18,6 +18,6 @@ MAINTAINER= swallace@FreeBSD.org USE_IMAKE= yes NO_WRKSUBDIR= yes -MANCOMPRESSED= no +MAN1= xmille.1 .include <bsd.port.mk> diff --git a/games/xmille/pkg-plist b/games/xmille/pkg-plist index 9e1743c..60b2c69 100644 --- a/games/xmille/pkg-plist +++ b/games/xmille/pkg-plist @@ -1,2 +1 @@ bin/xmille -man/man1/xmille.1.gz diff --git a/games/xminesweep/Makefile b/games/xminesweep/Makefile index 0297ce6..678237a 100644 --- a/games/xminesweep/Makefile +++ b/games/xminesweep/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Januar 1995 # Whom: janek # -# $Id: Makefile,v 1.7 1996/11/18 11:26:07 asami Exp $ +# $Id: Makefile,v 1.8 1997/01/03 09:37:27 obrien Exp $ # DISTNAME= xminesweep3.0 @@ -15,5 +15,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= janek@gaja.ipan.lublin.pl USE_IMAKE= yes +MAN1= xminesweep.1 .include <bsd.port.mk> diff --git a/games/xminesweep/pkg-plist b/games/xminesweep/pkg-plist index 1301ecd..175bf45 100644 --- a/games/xminesweep/pkg-plist +++ b/games/xminesweep/pkg-plist @@ -1,2 +1 @@ bin/xminesweep -man/man1/xminesweep.1.gz diff --git a/games/xmris/Makefile b/games/xmris/Makefile index e4ca8b2..c0cebd3 100644 --- a/games/xmris/Makefile +++ b/games/xmris/Makefile @@ -3,7 +3,7 @@ # Date created: 21 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.13 1996/12/06 23:25:56 asami Exp $ +# $Id: Makefile,v 1.14 1997/06/12 05:10:18 asami Exp $ DISTNAME= xmris.4.04 PKGNAME= xmris-4.04 @@ -18,5 +18,6 @@ USE_GMAKE= yes USE_IMAKE= yes MAKE_FLAGS= XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f ALL_TARGET= xmris +MAN6= xmred.6 xmris.6 xmsit.6 .include <bsd.port.mk> diff --git a/games/xmris/pkg-plist b/games/xmris/pkg-plist index c0bce50..532d3e2 100644 --- a/games/xmris/pkg-plist +++ b/games/xmris/pkg-plist @@ -1,6 +1,3 @@ -man/man6/xmris.6.gz -man/man6/xmsit.6.gz -man/man6/xmred.6.gz bin/xmris bin/xmsit bin/xmred @@ -12,3 +9,4 @@ lib/X11/app-defaults/xmris/alphabet.gdn lib/X11/app-defaults/xmris/digits.gdn lib/X11/app-defaults/xmris/puzzle.gdn lib/X11/app-defaults/xmris/xmred.gdn +@dirrm lib/X11/app-defaults/xmris diff --git a/games/xonix/Makefile b/games/xonix/Makefile index db8fa65..4f9741a 100644 --- a/games/xonix/Makefile +++ b/games/xonix/Makefile @@ -3,7 +3,7 @@ # Date created: 3 May 1995 # Whom: joerg # -# $Id: Makefile,v 1.5 1998/09/15 11:13:17 asami Exp $ +# $Id: Makefile,v 1.6 1998/09/17 00:32:38 asami Exp $ # DISTNAME= xonix-1.4 @@ -15,5 +15,6 @@ MAINTAINER= joerg@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_IMAKE= yes +MAN1= xonix.1 .include <bsd.port.mk> diff --git a/games/xonix/pkg-plist b/games/xonix/pkg-plist index 4328548..3fb3de7 100644 --- a/games/xonix/pkg-plist +++ b/games/xonix/pkg-plist @@ -1,3 +1,2 @@ bin/xonix lib/X11/app-defaults/Xonix -man/man1/xonix.1.gz diff --git a/games/xpacman/Makefile b/games/xpacman/Makefile index 136ef22..75a77cf 100644 --- a/games/xpacman/Makefile +++ b/games/xpacman/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Aug 1995 # Whom: joerg # -# $Id: Makefile,v 1.3 1995/09/23 20:10:42 joerg Exp $ +# $Id: Makefile,v 1.4 1996/11/18 11:26:27 asami Exp $ # DISTNAME= pacman10 @@ -20,5 +20,6 @@ NO_WRKSUBDIR= Does not unpack into subdir. EXTRACT_CMD= unzip EXTRACT_BEFORE_ARGS= -x USE_IMAKE= yes +MAN1= pacman.1 .include <bsd.port.mk> diff --git a/games/xpacman/pkg-plist b/games/xpacman/pkg-plist index 07ed32e..047c5e0 100644 --- a/games/xpacman/pkg-plist +++ b/games/xpacman/pkg-plist @@ -1,2 +1 @@ bin/pacman -man/man1/pacman.1.gz diff --git a/games/xpilot/Makefile b/games/xpilot/Makefile index 34a9c9a..05837e4 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 c34acd9..e44f066 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 diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile index 9236f14..4d86065 100644 --- a/games/xpipeman/Makefile +++ b/games/xpipeman/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.9 1997/07/21 19:36:27 max Exp $ +# $Id: Makefile,v 1.10 1998/04/12 16:45:10 jseger Exp $ # DISTNAME= xpipeman @@ -16,6 +16,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= jseger@FreeBSD.org USE_IMAKE= yes +MAN6= xpipeman.6 post-install: ${INSTALL} -c -g games -m 664 ${FILESDIR}/xpipescores ${PREFIX}/lib/X11 diff --git a/games/xpipeman/pkg-plist b/games/xpipeman/pkg-plist index 24a5dab..246702c 100644 --- a/games/xpipeman/pkg-plist +++ b/games/xpipeman/pkg-plist @@ -1,3 +1,2 @@ -man/man6/xpipeman.6.gz bin/xpipeman lib/X11/xpipescores diff --git a/games/xrobots/Makefile b/games/xrobots/Makefile index 1dc11bf..1333065 100644 --- a/games/xrobots/Makefile +++ b/games/xrobots/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.9 1997/07/21 19:36:28 max Exp $ +# $Id: Makefile,v 1.10 1998/04/12 18:03:13 jseger Exp $ # DISTNAME= xrobots-1.0-ss-10.20 @@ -15,6 +15,8 @@ MAINTAINER= jseger@FreeBSD.org USE_IMAKE= yes WRKSRC= ${WRKDIR}/xrobots-1.0 +MAN6= xrobots.6 + post-install: ${INSTALL} -c -g games -m 664 ${FILESDIR}/xrobotscores ${PREFIX}/lib/X11 diff --git a/games/xrobots/pkg-plist b/games/xrobots/pkg-plist index 3838055..3ee770a 100644 --- a/games/xrobots/pkg-plist +++ b/games/xrobots/pkg-plist @@ -1,3 +1,2 @@ -man/man6/xrobots.6.gz bin/xrobots lib/X11/xrobotscores diff --git a/games/xskat/Makefile b/games/xskat/Makefile index 0c8b59a..2a3c842 100644 --- a/games/xskat/Makefile +++ b/games/xskat/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Apr 1996 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.6 1998/08/04 08:23:42 tg Exp $ +# $Id: Makefile,v 1.7 1998/09/21 08:33:06 tg Exp $ # DISTNAME= xskat-2.3.1 @@ -14,5 +14,6 @@ MAINTAINER= tg@FreeBSD.ORG WRKSRC= ${WRKDIR}/xskat USE_IMAKE= yes +MAN1= xskat.1 .include <bsd.port.mk> diff --git a/games/xskat/pkg-plist b/games/xskat/pkg-plist index cd2e3cb..53f2a36 100644 --- a/games/xskat/pkg-plist +++ b/games/xskat/pkg-plist @@ -1,2 +1 @@ bin/xskat -man/man1/xskat.1.gz diff --git a/games/xsokoban/Makefile b/games/xsokoban/Makefile index 64d967a..77e85b2 100644 --- a/games/xsokoban/Makefile +++ b/games/xsokoban/Makefile @@ -3,7 +3,7 @@ # Date created: 16 November 1996 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.4 1998/09/15 11:13:19 asami Exp $ +# $Id: Makefile,v 1.5 1998/09/17 00:32:40 asami Exp $ # DISTNAME= xsokoban-3.3c @@ -17,6 +17,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_IMAKE= yes WRKSRC= ${WRKDIR}/xsokoban ALL_TARGET= xsokoban +MAN1= xsokoban.1 post-install: @${MKDIR} ${PREFIX}/lib/X11/xsokoban/scores \ diff --git a/games/xsokoban/pkg-plist b/games/xsokoban/pkg-plist index 2d00fee..5602747 100644 --- a/games/xsokoban/pkg-plist +++ b/games/xsokoban/pkg-plist @@ -1,5 +1,4 @@ bin/xsokoban -man/man1/xsokoban.1.gz lib/X11/xsokoban/bitmaps/defaults/centerwall.xbm lib/X11/xsokoban/bitmaps/defaults/centerwall.xpm lib/X11/xsokoban/bitmaps/defaults/east_twall.xbm diff --git a/games/xsol/Makefile b/games/xsol/Makefile index feb2bed..96acc28 100644 --- a/games/xsol/Makefile +++ b/games/xsol/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.6 1996/11/18 11:27:23 asami Exp $ +# $Id: Makefile,v 1.7 1997/01/03 09:37:53 obrien Exp $ # DISTNAME= xsol-new @@ -14,5 +14,6 @@ MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/games/ MAINTAINER= swallace@FreeBSD.org USE_IMAKE= yes +MAN6= xsol.6 .include <bsd.port.mk> diff --git a/games/xsol/pkg-plist b/games/xsol/pkg-plist index 9c092a8..128e3f9 100644 --- a/games/xsol/pkg-plist +++ b/games/xsol/pkg-plist @@ -1,2 +1 @@ bin/xsol -man/man6/xsol.6.gz diff --git a/games/xspringies/Makefile b/games/xspringies/Makefile index 7bcd066..1eba0b7 100644 --- a/games/xspringies/Makefile +++ b/games/xspringies/Makefile @@ -3,7 +3,7 @@ # Date created: 12 January 1997 # Whom: jkh # -# $Id: Makefile,v 1.3 1996/11/18 09:52:57 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1997/02/16 01:35:52 obrien Exp $ # DISTNAME= xspringies-1.1 @@ -14,5 +14,6 @@ DISTFILES= xspringies.1.1.tar.Z MAINTAINER= jkh@FreeBSD.ORG USE_IMAKE= yes +MAN1= xspringies.1 .include <bsd.port.mk> diff --git a/games/xspringies/pkg-plist b/games/xspringies/pkg-plist index 098a3f4..ea9941d 100644 --- a/games/xspringies/pkg-plist +++ b/games/xspringies/pkg-plist @@ -1,5 +1,4 @@ bin/xspringies -man/man1/xspringies.1.gz lib/X11/xspringies/2snake.xsp lib/X11/xspringies/2x2snake.xsp lib/X11/xspringies/3snake.xsp @@ -57,3 +56,4 @@ lib/X11/xspringies/zharp.xsp lib/X11/xspringies/zharp2.xsp lib/X11/xspringies/zingy.xsp lib/X11/xspringies/zwave.xsp +@dirrm lib/X11/xspringies diff --git a/games/xteddy/Makefile b/games/xteddy/Makefile index 7640661..88ee2d4 100644 --- a/games/xteddy/Makefile +++ b/games/xteddy/Makefile @@ -3,7 +3,7 @@ # Date created: 3 June 1998 # Whom: Eckart "Isegrim" Hofmann # -# $Id: Makefile,v 1.3 1998/09/15 11:13:20 asami Exp $ +# $Id: Makefile,v 1.4 1998/09/17 00:32:40 asami Exp $ # DISTNAME= xteddy-1.0 @@ -17,6 +17,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm NO_CDROM= "Can only be distributed for free" USE_IMAKE= yes +MAN1= xteddy.1 post-install: strip ${PREFIX}/bin/xteddy diff --git a/games/xteddy/pkg-plist b/games/xteddy/pkg-plist index cf61cf9..9979dc5 100644 --- a/games/xteddy/pkg-plist +++ b/games/xteddy/pkg-plist @@ -1,2 +1 @@ bin/xteddy -man/man1/xteddy.1.gz diff --git a/games/xtic/Makefile b/games/xtic/Makefile index ce43107..dfb6094 100644 --- a/games/xtic/Makefile +++ b/games/xtic/Makefile @@ -3,7 +3,7 @@ # Date created: 22 June 1995 # Whom: asami # -# $Id: Makefile,v 1.2 1996/11/18 09:53:26 asami Exp $ +# $Id: Makefile,v 1.3 1997/12/25 22:29:22 asami Exp $ # DISTNAME= xtic1.12 @@ -15,5 +15,6 @@ MASTER_SITE_SUBDIR= games MAINTAINER= ports@FreeBSD.ORG USE_IMAKE= yes +MAN1= xtic.1 .include <bsd.port.mk> diff --git a/games/xtic/pkg-plist b/games/xtic/pkg-plist index dad8fa9..553cd28 100644 --- a/games/xtic/pkg-plist +++ b/games/xtic/pkg-plist @@ -1,2 +1 @@ bin/xtic -man/man1/xtic.1.gz diff --git a/games/yamsweeper/Makefile b/games/yamsweeper/Makefile index 146f59c..bcd3db4 100644 --- a/games/yamsweeper/Makefile +++ b/games/yamsweeper/Makefile @@ -3,7 +3,7 @@ # Date created: 14 Sep 1996 # Whom: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp> # -# $Id: Makefile,v 1.3 1996/11/18 11:27:31 asami Exp $ +# $Id: Makefile,v 1.4 1997/01/03 09:38:01 obrien Exp $ # DISTNAME= yamsweeper-1.9 @@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.tut.ac.jp/X11/Contrib/Games/ MAINTAINER= hidekazu@cs.titech.ac.jp USE_IMAKE= yes +MAN1= yamsweeper.1 pre-configure: @mv ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.old diff --git a/games/yamsweeper/pkg-plist b/games/yamsweeper/pkg-plist index 258f174..43145e1 100644 --- a/games/yamsweeper/pkg-plist +++ b/games/yamsweeper/pkg-plist @@ -1,6 +1,5 @@ bin/yamsweeper lib/X11/yamsweeper/yams.hi lib/X11/yamsweeper/yams.log -man/man1/yamsweeper.1.gz lib/X11/app-defaults/Yamsweeper @dirrm lib/X11/yamsweeper |