diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2024-02-04 19:05:45 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-02-04 19:13:55 +0000 |
commit | e427ab10bfca54efa711a2eec5e75dbf88ea0acd (patch) | |
tree | d9cf40972d5e67bdde7e17df0ab3d4e8b6a09879 /games | |
parent | 94b12d06858b23c6ccb6cf31e53ddfe2d0adcc10 (diff) |
Diffstat (limited to 'games')
47 files changed, 83 insertions, 75 deletions
diff --git a/games/awele/Makefile b/games/awele/Makefile index 6a14470da605..4a1e6883608a 100644 --- a/games/awele/Makefile +++ b/games/awele/Makefile @@ -1,6 +1,6 @@ PORTNAME= awele PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games tk MASTER_SITES= XCONTRIB/games DISTNAME= ${PORTNAME}${PORTVERSION} @@ -15,7 +15,7 @@ USE_XORG= x11 MAKE_ARGS= AWELE_DIR=${STAGEDIR}${PREFIX}/bin -PLIST_FILES= bin/awelewish bin/xawele man/man6/xawele.6.gz +PLIST_FILES= bin/awelewish bin/xawele share/man/man6/xawele.6.gz .include <bsd.port.options.mk> diff --git a/games/bugsx/Makefile b/games/bugsx/Makefile index 7fee42095c23..c9d781ef5d5d 100644 --- a/games/bugsx/Makefile +++ b/games/bugsx/Makefile @@ -1,6 +1,6 @@ PORTNAME= bugsx PORTVERSION= 1.08 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= XCONTRIB/applications DISTNAME= bugsx108 @@ -13,7 +13,7 @@ LICENSE= GPLv1 USES= imake tar:tgz xorg USE_XORG= x11 xext WRKSRC= ${WRKDIR}/bugsx -PLIST_FILES= bin/bugsx man/man1/bugsx.1.gz +PLIST_FILES= bin/bugsx share/man/man1/bugsx.1.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bugsx diff --git a/games/flying/Makefile b/games/flying/Makefile index 8fc78b365d18..9c3e8827304d 100644 --- a/games/flying/Makefile +++ b/games/flying/Makefile @@ -1,6 +1,6 @@ PORTNAME= flying PORTVERSION= 6.20 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SUNSITE/games/arcade @@ -9,7 +9,7 @@ COMMENT= Pool/snooker/billiards/carrom/etc game USES= compiler imake tar:tgz xorg USE_XORG= x11 -PLIST_FILES= bin/flying man/man1/flying.1.gz +PLIST_FILES= bin/flying share/man/man1/flying.1.gz # build ignores CXXFLAGS, imake gets in the way of fixing it CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}} diff --git a/games/oneko-sakura/Makefile b/games/oneko-sakura/Makefile index 1b2bd0cef7e5..36a78c9b9626 100644 --- a/games/oneko-sakura/Makefile +++ b/games/oneko-sakura/Makefile @@ -1,6 +1,6 @@ PORTNAME= oneko PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://www.daidouji.com/oneko/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION}.sakura.5 @@ -21,7 +21,7 @@ CONFLICTS= oneko-2.* USES= imake xorg USE_XORG= x11 xext PLIST_FILES= bin/oneko \ - man/man6/oneko.6.gz + share/man/man6/oneko.6.gz pre-configure: @${REINPLACE_CMD} -e 's,/\*\*/# Cannot compile in using Gcc,/* Cannot compile using Gcc */,' \ diff --git a/games/spider/Makefile b/games/spider/Makefile index 28fb48d306af..eabdb1d27810 100644 --- a/games/spider/Makefile +++ b/games/spider/Makefile @@ -1,6 +1,6 @@ PORTNAME= spider PORTVERSION= 1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SUNSITE/games/solitaires DISTNAME= ${PORTNAME} diff --git a/games/spider/pkg-plist b/games/spider/pkg-plist index 2c7d24fe8d64..d49faed67bf3 100644 --- a/games/spider/pkg-plist +++ b/games/spider/pkg-plist @@ -1,8 +1,8 @@ bin/spider -man/man1/spider.1.gz lib/X11/spider/doc.controls lib/X11/spider/doc.examples lib/X11/spider/doc.intro lib/X11/spider/doc.misc lib/X11/spider/doc.rules lib/X11/spider/doc.summary +share/man/man1/spider.1.gz diff --git a/games/xataxx/Makefile b/games/xataxx/Makefile index fbe14fbdc6d9..de7529ebee12 100644 --- a/games/xataxx/Makefile +++ b/games/xataxx/Makefile @@ -1,6 +1,6 @@ PORTNAME= xataxx PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= XCONTRIB/../R5contrib DISTNAME= ${PORTNAME} diff --git a/games/xataxx/pkg-plist b/games/xataxx/pkg-plist index a61ee44af601..24df740b5e24 100644 --- a/games/xataxx/pkg-plist +++ b/games/xataxx/pkg-plist @@ -1,5 +1,5 @@ bin/xataxx -man/man6/xataxx.6.gz +share/man/man6/xataxx.6.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO %%DATADIR%%/1.xbd diff --git a/games/xblackjack/Makefile b/games/xblackjack/Makefile index f6f01cd788a9..745bb70c744d 100644 --- a/games/xblackjack/Makefile +++ b/games/xblackjack/Makefile @@ -1,6 +1,6 @@ PORTNAME= xblackjack PORTVERSION= 2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= XCONTRIB/games diff --git a/games/xblackjack/pkg-plist b/games/xblackjack/pkg-plist index d0fb42172a00..151d2c5533c5 100644 --- a/games/xblackjack/pkg-plist +++ b/games/xblackjack/pkg-plist @@ -1,3 +1,3 @@ bin/xblackjack lib/X11/app-defaults/XBlackjack -man/man1/xblackjack.1.gz +share/man/man1/xblackjack.1.gz diff --git a/games/xboing/Makefile b/games/xboing/Makefile index d65f97138487..70c88e0b684f 100644 --- a/games/xboing/Makefile +++ b/games/xboing/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT USES= cpe imake xorg USE_XORG= xpm xext x11 -MAKE_ARGS+= MANPATH="${PREFIX}/share/man" WRKSRC= ${WRKDIR}/xboing OPTIONS_DEFINE=SOUND diff --git a/games/xcheckers/Makefile b/games/xcheckers/Makefile index 069540dd24e0..fbb05817629c 100644 --- a/games/xcheckers/Makefile +++ b/games/xcheckers/Makefile @@ -1,6 +1,6 @@ PORTNAME= xcheckers PORTVERSION= 2.2.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://arton.cunst.net/xcheckers/ diff --git a/games/xcheckers/files/patch-simplech.src_Imakefile b/games/xcheckers/files/patch-simplech.src_Imakefile index a1ee8e45a18b..0969149e9f97 100644 --- a/games/xcheckers/files/patch-simplech.src_Imakefile +++ b/games/xcheckers/files/patch-simplech.src_Imakefile @@ -1,6 +1,6 @@ ---- simplech.src/Imakefile.orig Mon Oct 9 14:27:40 2000 -+++ simplech.src/Imakefile Wed Jul 30 20:46:21 2003 -@@ -3,9 +3,7 @@ +--- simplech.src/Imakefile.orig 2000-10-09 12:27:40 UTC ++++ simplech.src/Imakefile +@@ -3,11 +3,9 @@ # CDEBUGFLAGS = -g -Wall -O3 CDEBUGFLAGS = -Wall -O3 @@ -8,5 +8,8 @@ - PREFIX = /usr/local BINDIR = $(PREFIX)/bin - MANDIR = $(PREFIX)/man/man6 +- MANDIR = $(PREFIX)/man/man6 ++ MANDIR = $(PREFIX)/share/man/man6 MANSUFFIX = 6 + + SRCS = simplech.c diff --git a/games/xcheckers/files/patch-xcheckers.src_Imakefile b/games/xcheckers/files/patch-xcheckers.src_Imakefile index 8630549cd04f..f7d5bb06aa74 100644 --- a/games/xcheckers/files/patch-xcheckers.src_Imakefile +++ b/games/xcheckers/files/patch-xcheckers.src_Imakefile @@ -1,13 +1,16 @@ ---- xcheckers.src/Imakefile.orig Sun Dec 9 19:43:13 2001 -+++ xcheckers.src/Imakefile Wed Jul 30 20:46:21 2003 -@@ -3,7 +3,6 @@ +--- xcheckers.src/Imakefile.orig 2001-12-09 18:43:13 UTC ++++ xcheckers.src/Imakefile +@@ -3,9 +3,8 @@ # Imakefile for xcheckers # Don Okt 21 12:38:50 CEST 1999 - PREFIX = /usr/local BINDIR = $(PREFIX)/bin - MANDIR = $(PREFIX)/man/man6 +- MANDIR = $(PREFIX)/man/man6 ++ MANDIR = $(PREFIX)/share/man/man6 MANSUFFIX = 6 + PIXDIR = $(PREFIX)/share/xcheckers + XDEFS = -DAPPDEFS=\"$(XAPPLOADDIR)/XCheckers\" \ @@ -13,7 +12,6 @@ CDEBUGFLAGS = -g -Wall -O2 diff --git a/games/xcheckers/pkg-plist b/games/xcheckers/pkg-plist index 46cf38a94feb..f92662f29e7f 100644 --- a/games/xcheckers/pkg-plist +++ b/games/xcheckers/pkg-plist @@ -1,7 +1,7 @@ bin/simplech bin/xcheckers -man/man6/simplech.6.gz -man/man6/xcheckers.6.gz +share/man/man6/simplech.6.gz +share/man/man6/xcheckers.6.gz %%DATADIR%%/big.xpm %%DATADIR%%/scene.xpm %%DATADIR%%/stars.xpm diff --git a/games/xdemineur/Makefile b/games/xdemineur/Makefile index 25050027872d..d1a43fb037ea 100644 --- a/games/xdemineur/Makefile +++ b/games/xdemineur/Makefile @@ -1,6 +1,6 @@ PORTNAME= xdemineur PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= XCONTRIB/games \ http://www.babafou.eu.org/xdemineur/ @@ -11,6 +11,6 @@ COMMENT= Another minesweeper game for the X Window System USES= imake xorg USE_XORG= xpm PLIST_FILES= bin/xdemineur \ - man/man1/xdemineur.1.gz + share/man/man1/xdemineur.1.gz .include <bsd.port.mk> diff --git a/games/xdigger/Makefile b/games/xdigger/Makefile index 52d713b2c725..f0b974c0b5fc 100644 --- a/games/xdigger/Makefile +++ b/games/xdigger/Makefile @@ -1,6 +1,6 @@ PORTNAME= xdigger PORTVERSION= 1.0.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SUNSITE/games/arcade diff --git a/games/xdigger/pkg-plist b/games/xdigger/pkg-plist index ca48efc4cfb0..7dc826965bff 100644 --- a/games/xdigger/pkg-plist +++ b/games/xdigger/pkg-plist @@ -1,5 +1,5 @@ @(,games,2755) bin/xdigger -man/man6/xdigger.6.gz +share/man/man6/xdigger.6.gz %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README %%DATADIR%%/diamond.au diff --git a/games/xhexagons/Makefile b/games/xhexagons/Makefile index bcb5d63ae1c7..59edb48d0807 100644 --- a/games/xhexagons/Makefile +++ b/games/xhexagons/Makefile @@ -1,6 +1,6 @@ PORTNAME= xhexagons PORTVERSION= 5.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= XCONTRIB/games/xpuzzles @@ -13,12 +13,12 @@ USES= imake xorg USE_XORG= x11 xext xt sm ice PLIST_FILES= bin/xhexagons \ - man/man1/xhexagons.1.gz \ + share/man/man1/xhexagons.1.gz \ lib/X11/app-defaults/Hexagons do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xhexagons ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/Hexagons.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Hexagons - ${INSTALL_MAN} ${WRKSRC}/xhexagons.man ${STAGEDIR}${PREFIX}/man/man1/xhexagons.1 + ${INSTALL_MAN} ${WRKSRC}/xhexagons.man ${STAGEDIR}${PREFIX}/share/man/man1/xhexagons.1 .include <bsd.port.mk> diff --git a/games/xhime/Makefile b/games/xhime/Makefile index a7c7f2dcc278..8a0e34f389ef 100644 --- a/games/xhime/Makefile +++ b/games/xhime/Makefile @@ -1,6 +1,6 @@ PORTNAME= xhime PORTVERSION= 1.51 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://www.tcp-ip.or.jp/~shochan/linux/ DISTFILES= xhime151.tgz @@ -22,12 +22,13 @@ USE_XORG= x11 xext OPTIONS_DEFINE= DOCS EXAMPLES post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ja/xhime + @${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man6 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xhime ${INSTALL_MAN} ${WRKSRC}/xhime-man.euc \ - ${STAGEDIR}${PREFIX}/man/ja/man6 - ${MV} ${STAGEDIR}${PREFIX}/man/ja/man6/xhime-man.euc ${STAGEDIR}${PREFIX}/man/ja/man6/xhime.6 + ${STAGEDIR}${PREFIX}/share/man/ja/man6 + ${MV} ${STAGEDIR}${PREFIX}/share/man/ja/man6/xhime-man.euc ${STAGEDIR}${PREFIX}/share/man/ja/man6/xhime.6 #${GZIP_CMD} ${STAGEDIR}${PREFIX}/man/ja/man6/xhime.6 - @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ja/xhime @(cd ${WRKSRC};\ ${INSTALL_DATA} xhime-doc.euc xhime.doc rh110-doc.euc \ ${STAGEDIR}${PREFIX}/share/doc/ja/xhime; \ diff --git a/games/xhime/pkg-plist b/games/xhime/pkg-plist index 0bf5cf51ba30..399bfbc7936f 100644 --- a/games/xhime/pkg-plist +++ b/games/xhime/pkg-plist @@ -1,6 +1,6 @@ bin/xhime -man/ja/man6/xhime.6.gz -man/man6/xhime.6.gz +share/man/ja/man6/xhime.6.gz +share/man/man6/xhime.6.gz %%PORTDOCS%%share/doc/ja/xhime/xhime-doc.euc %%PORTDOCS%%share/doc/ja/xhime/xhime.doc %%PORTDOCS%%share/doc/ja/xhime/rh110-doc.euc diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile index 54d713227730..a7d3101d4a2a 100644 --- a/games/xjewel/Makefile +++ b/games/xjewel/Makefile @@ -1,6 +1,6 @@ PORTNAME= xjewel PORTVERSION= 1.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= XCONTRIB/../R5contrib EXTRACT_SUFX= .tar.z diff --git a/games/xjewel/pkg-plist b/games/xjewel/pkg-plist index ed9d3a1f2a26..d5e7513d319c 100644 --- a/games/xjewel/pkg-plist +++ b/games/xjewel/pkg-plist @@ -1,4 +1,4 @@ bin/xjewel -man/man6/xjewel.6.gz lib/X11/xjewel/xjewel.scores +share/man/man6/xjewel.6.gz %%FONTSDIR%%/seven_seg.pcf.gz diff --git a/games/xkoules/Makefile b/games/xkoules/Makefile index eb6bf2c166fb..3a20885ed776 100644 --- a/games/xkoules/Makefile +++ b/games/xkoules/Makefile @@ -1,6 +1,6 @@ PORTNAME= xkoules PORTVERSION= 1.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://www.ucw.cz/~hubicka/koules/packages/ \ GENTOO \ diff --git a/games/xkoules/pkg-plist b/games/xkoules/pkg-plist index 5b81a75218ab..465693bf949a 100644 --- a/games/xkoules/pkg-plist +++ b/games/xkoules/pkg-plist @@ -1,6 +1,6 @@ bin/xkoules libexec/koules.sndsrv.freebsd -man/man6/xkoules.6.gz +share/man/man6/xkoules.6.gz share/pixmaps/xkoules.png %%DATADIR%%/colize.raw %%DATADIR%%/creator1.raw diff --git a/games/xlaby/Makefile b/games/xlaby/Makefile index cceb63017581..8eaef4824317 100644 --- a/games/xlaby/Makefile +++ b/games/xlaby/Makefile @@ -1,6 +1,6 @@ PORTNAME= xlaby PORTVERSION= 2.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SUNSITE/games/strategy \ ftp://quatramaran.ens.fr/pub/madore/xlaby/ @@ -12,7 +12,7 @@ WWW= http://www.eleves.ens.fr:8080/home/madore/programs/ #prog_xlaby NO_WRKSUBDIR= yes USES= imake tar:tgz xorg USE_XORG= x11 -PLIST_FILES= man/man6/xlaby.6.gz +PLIST_FILES= share/man/man6/xlaby.6.gz post-install: @${ECHO_CMD} "@group games" >> ${TMPPLIST} diff --git a/games/xmine/Makefile b/games/xmine/Makefile index 75320db8144d..c7821d6dce7e 100644 --- a/games/xmine/Makefile +++ b/games/xmine/Makefile @@ -1,6 +1,6 @@ PORTNAME= xmine PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ftp://ftp.sw.ru/pub/x11/ \ LOCAL/joerg diff --git a/games/xmine/pkg-plist b/games/xmine/pkg-plist index e9215a64f2ae..0383bf77f8f7 100644 --- a/games/xmine/pkg-plist +++ b/games/xmine/pkg-plist @@ -1,3 +1,3 @@ bin/xmine lib/X11/app-defaults/Xmine -man/man6/xmine.6.gz +share/man/man6/xmine.6.gz diff --git a/games/xmulti/Makefile b/games/xmulti/Makefile index 793aaf70fb06..cb5fe39dbb91 100644 --- a/games/xmulti/Makefile +++ b/games/xmulti/Makefile @@ -1,6 +1,6 @@ PORTNAME= xmulti PORTVERSION= 2.00b4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://www.denpa.org/~go/xmulti/ DISTFILES= xmul200b4.tgz diff --git a/games/xmulti/pkg-plist b/games/xmulti/pkg-plist index a110051dbe5a..280d4bbf456b 100644 --- a/games/xmulti/pkg-plist +++ b/games/xmulti/pkg-plist @@ -58,7 +58,7 @@ lib/X11/xmaid/multi/suwari.gif lib/X11/xmaid/multi/xmultiback.gif lib/X11/xmaid/multi/xmultimark.gif lib/X11/xmaid/multi/xmultimark2.gif -man/man1/xmaid.1.gz +share/man/man1/xmaid.1.gz %%PORTDOCS%%%%DOCSDIR%%/MODULE.jp %%PORTDOCS%%%%DOCSDIR%%/README.jp %%PORTDOCS%%%%DOCSDIR%%/STYLESHEET.jp diff --git a/games/xneko/Makefile b/games/xneko/Makefile index 2d4a2a5069c2..02679ff13ac7 100644 --- a/games/xneko/Makefile +++ b/games/xneko/Makefile @@ -1,6 +1,6 @@ PORTNAME= xneko PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= LOCAL/dinoex @@ -12,7 +12,7 @@ COMMENT= The classic cat-and-mouse NO_WRKSUBDIR= yes USES= imake xorg USE_XORG= x11 -PLIST_FILES= bin/xneko man/man6/xneko.6.gz +PLIST_FILES= bin/xneko share/man/man6/xneko.6.gz .include <bsd.port.options.mk> diff --git a/games/xoids/Makefile b/games/xoids/Makefile index fa48d0a05e19..7ceb578baaae 100644 --- a/games/xoids/Makefile +++ b/games/xoids/Makefile @@ -1,6 +1,6 @@ PORTNAME= xoids PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= XCONTRIB/games @@ -15,7 +15,7 @@ USE_XORG= x11 xpm CFLAGS+= -fcommon PLIST_FILES= bin/xoids \ - man/man6/xoids.6.gz + share/man/man6/xoids.6.gz PORTDOCS= README OPTIONS_DEFINE= DOCS diff --git a/games/xpat2/Makefile b/games/xpat2/Makefile index 26af60cbbc0e..5dbc0f4606f9 100644 --- a/games/xpat2/Makefile +++ b/games/xpat2/Makefile @@ -1,7 +1,7 @@ PORTNAME= xpat2 PORTVERSION= 1.07 DISTVERSIONSUFFIX= -src -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SUNSITE/games/solitaires diff --git a/games/xpat2/files/patch-Xpat.tmpl b/games/xpat2/files/patch-Xpat.tmpl index 272820bb4710..2916d2c75450 100644 --- a/games/xpat2/files/patch-Xpat.tmpl +++ b/games/xpat2/files/patch-Xpat.tmpl @@ -42,7 +42,7 @@ XPATLIBDIR = $(XPATROOT) APPDEFSDIR = $(LIBDIR) -XPATMANDIR = $(XPATROOT)/man/man6 -+XPATMANDIR = $(PREFIX)/man/man6 ++XPATMANDIR = $(PREFIX)/share/man/man6 +MANSUFFIX = 6 XCOMM This is the name of the log-file, where solved games are stored: diff --git a/games/xpat2/pkg-plist b/games/xpat2/pkg-plist index 3a997924099b..821fcd3a7bcd 100644 --- a/games/xpat2/pkg-plist +++ b/games/xpat2/pkg-plist @@ -1,5 +1,4 @@ @(,games,2555) bin/xpat2 -man/man6/xpat2.6.gz lib/X11/app-defaults/XPat lib/X11/de_DE/app-defaults/XPat lib/X11/fr_FR/app-defaults/XPat @@ -8,6 +7,7 @@ lib/X11/german/app-defaults/XPat lib/X11/it_IT/app-defaults/XPat lib/X11/italian/app-defaults/XPat lib/X11/russian/app-defaults/XPat +share/man/man6/xpat2.6.gz %%DATADIR%%/PySol-large/COPYRIGHT %%DATADIR%%/PySol-large/Cards.conf %%DATADIR%%/PySol-large/Empty.Clubs.xpm diff --git a/games/xpilot/Makefile b/games/xpilot/Makefile index fa2f71e7ede3..99d449203785 100644 --- a/games/xpilot/Makefile +++ b/games/xpilot/Makefile @@ -1,5 +1,6 @@ PORTNAME= xpilot PORTVERSION= 4.5.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}game/${PORTNAME}-4/${PORTNAME}-${PORTVERSION} diff --git a/games/xpilot/files/patch-a b/games/xpilot/files/patch-Local.config index 2515ea43d6ee..c6d89805aa37 100644 --- a/games/xpilot/files/patch-a +++ b/games/xpilot/files/patch-Local.config @@ -1,5 +1,5 @@ ---- Local.config.orig Thu Apr 18 17:45:52 2002 -+++ Local.config Thu Apr 18 17:46:18 2002 +--- Local.config.orig 2010-02-21 15:59:28 UTC ++++ Local.config @@ -36,12 +36,10 @@ #define LocalGuru xpilot@xpilot.org /* The one to contact for problems */ #endif /* LocalGuru */ @@ -8,13 +8,14 @@ - /* Manual pages for games usually go to section 6. */ MANSUFFIX = 6 - INSTMANDIR = $(PREFIX)/man/man$(MANSUFFIX) +-INSTMANDIR = $(PREFIX)/man/man$(MANSUFFIX) -INSTLIBDIR = $(PREFIX)/lib/xpilot ++INSTMANDIR = $(PREFIX)/share/man/man$(MANSUFFIX) +INSTLIBDIR = $(PREFIX)/share/xpilot INSTBINDIR = $(PREFIX)/bin /* #define Log /* Try to log every server start to log file */ -@@ -105,7 +103,7 @@ +@@ -105,7 +103,7 @@ INSTBINDIR = $(PREFIX)/bin * Try not defining anything first. You probably want -O for speed. */ /* CDEBUGFLAGS = -g /* General debug flag */ diff --git a/games/xpilot/pkg-plist b/games/xpilot/pkg-plist index f02c6a392b22..6f67f4628dd9 100644 --- a/games/xpilot/pkg-plist +++ b/games/xpilot/pkg-plist @@ -2,10 +2,10 @@ bin/xp-mapedit bin/xp-replay bin/xpilot bin/xpilots -man/man6/xp-mapedit.6.gz -man/man6/xp-replay.6.gz -man/man6/xpilot.6.gz -man/man6/xpilots.6.gz +share/man/man6/xp-mapedit.6.gz +share/man/man6/xp-replay.6.gz +share/man/man6/xpilot.6.gz +share/man/man6/xpilots.6.gz %%DATADIR%%/defaults %%DATADIR%%/maps/CAMD.xp %%DATADIR%%/maps/blood-music2.xp diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile index 48536508ef4e..1de2f2e24360 100644 --- a/games/xrisk/Makefile +++ b/games/xrisk/Makefile @@ -1,6 +1,6 @@ PORTNAME= xrisk PORTVERSION= 2.15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://my.pages.de/pub/comp/unix/games/xrisk/old/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/xrisk/pkg-plist b/games/xrisk/pkg-plist index 7f42f740c4a1..938a27ec1934 100644 --- a/games/xrisk/pkg-plist +++ b/games/xrisk/pkg-plist @@ -1,5 +1,4 @@ bin/xrisk -man/man6/xrisk.6.gz lib/X11/xrisk/#100_Afghanistan.xras lib/X11/xrisk/#101_Alaska.xras lib/X11/xrisk/#102_Alberta.xras @@ -52,3 +51,4 @@ lib/X11/xrisk/french.mapping lib/X11/xrisk/german.mapping lib/X11/xrisk/norwegian.mapping lib/X11/xrisk/risk.data +share/man/man6/xrisk.6.gz diff --git a/games/xrobots/Makefile b/games/xrobots/Makefile index ca3c83b6364a..13a08fcbdfac 100644 --- a/games/xrobots/Makefile +++ b/games/xrobots/Makefile @@ -1,6 +1,6 @@ PORTNAME= xrobots PORTVERSION= 1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://www.mavetju.org/download/adopted/ DISTNAME= ${PORTNAME}-${PORTVERSION}-ss-10.20 diff --git a/games/xrobots/pkg-plist b/games/xrobots/pkg-plist index 1d6af98319fd..f8c2aa6b8ec0 100644 --- a/games/xrobots/pkg-plist +++ b/games/xrobots/pkg-plist @@ -1,3 +1,3 @@ @(,games,2755) bin/xrobots @(,games,0664) lib/X11/xrobotscores -man/man6/xrobots.6.gz +share/man/man6/xrobots.6.gz diff --git a/games/xrubik/Makefile b/games/xrubik/Makefile index 24f52909d1f7..9115eab216aa 100644 --- a/games/xrubik/Makefile +++ b/games/xrubik/Makefile @@ -1,6 +1,6 @@ PORTNAME= xrubik PORTVERSION= 5.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= XCONTRIB/games/xpuzzles @@ -15,6 +15,6 @@ USE_XORG= xt sm ice xext x11 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xrubik ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/Rubik.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Rubik - ${INSTALL_MAN} ${WRKSRC}/xrubik.man ${STAGEDIR}${PREFIX}/man/man1/xrubik.1 + ${INSTALL_MAN} ${WRKSRC}/xrubik.man ${STAGEDIR}${PREFIX}/share/man/man1/xrubik.1 .include <bsd.port.mk> diff --git a/games/xrubik/pkg-plist b/games/xrubik/pkg-plist index 818ea9c61a19..225cb8f0d988 100644 --- a/games/xrubik/pkg-plist +++ b/games/xrubik/pkg-plist @@ -1,3 +1,3 @@ bin/xrubik lib/X11/app-defaults/Rubik -man/man1/xrubik.1.gz +share/man/man1/xrubik.1.gz diff --git a/games/xscavenger/Makefile b/games/xscavenger/Makefile index ab5f0a73a7b2..9672afc2102a 100644 --- a/games/xscavenger/Makefile +++ b/games/xscavenger/Makefile @@ -1,6 +1,6 @@ PORTNAME= xscavenger PORTVERSION= 1.4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.linuxmotors.com/scavenger/downloads/ diff --git a/games/xscavenger/pkg-plist b/games/xscavenger/pkg-plist index 2acc46606146..3b2bdbbefec1 100644 --- a/games/xscavenger/pkg-plist +++ b/games/xscavenger/pkg-plist @@ -1,5 +1,4 @@ bin/scavenger -man/man6/scavenger.6.gz lib/X11/scavenger/badguy.lbm lib/X11/scavenger/brownblue.lbm lib/X11/scavenger/death.raw @@ -13,3 +12,4 @@ lib/X11/scavenger/reddevil.lbm lib/X11/scavenger/regularguy.lbm lib/X11/scavenger/spiralthing.lbm lib/X11/scavenger/victory.raw +share/man/man6/scavenger.6.gz diff --git a/games/xtic/Makefile b/games/xtic/Makefile index 6bfa95ca0b94..2dc69daff785 100644 --- a/games/xtic/Makefile +++ b/games/xtic/Makefile @@ -1,6 +1,6 @@ PORTNAME= xtic PORTVERSION= 1.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= XCONTRIB/games DISTNAME= ${PORTNAME}${PORTVERSION} @@ -12,7 +12,7 @@ USES= imake xorg USE_XORG= ice sm x11 xaw xext xmu xpm xt CFLAGS+= -fcommon -PLIST_FILES= bin/xtic man/man1/xtic.1.gz +PLIST_FILES= bin/xtic share/man/man1/xtic.1.gz post-patch: @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/configure.h |