aboutsummaryrefslogtreecommitdiff
path: root/games/sxsame
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2006-04-09 16:59:53 +0000
committerVolker Stolz <vs@FreeBSD.org>2006-04-09 16:59:53 +0000
commit0b32243bb409a9b767aa0e2507ef4d122ba4469c (patch)
tree6205b0fde2decfcfec867309c33d44238a15b000 /games/sxsame
parent4e85a5989268fb6ca2f9380d9655298123cb28e8 (diff)
downloadports-0b32243bb409a9b767aa0e2507ef4d122ba4469c.tar.gz
ports-0b32243bb409a9b767aa0e2507ef4d122ba4469c.zip
- Remove dead mirrors, add working ones
- Use PORTDOCS/DOCSDIR PR: ports/95435 Submitted by: Lars Engels
Notes
Notes: svn path=/head/; revision=159218
Diffstat (limited to 'games/sxsame')
-rw-r--r--games/sxsame/Makefile12
-rw-r--r--games/sxsame/pkg-plist6
2 files changed, 9 insertions, 9 deletions
diff --git a/games/sxsame/Makefile b/games/sxsame/Makefile
index ef901ad332f8..47bf661ee94d 100644
--- a/games/sxsame/Makefile
+++ b/games/sxsame/Makefile
@@ -8,10 +8,10 @@
PORTNAME= sxsame
PORTVERSION= 3.02
CATEGORIES= games
-MASTER_SITES= ftp://stardust.sfc.wide.ad.jp/pub/JG/JG-0.9.1/sources/ \
- ftp://ftp.riken.go.jp/pub/Linux/jg/JG-0.9.1/sources/ \
- ftp://ftp.eos.hokudai.ac.jp/pub/Linux/JG/JG-0.9.1/sources/ \
- ftp://mirror.nucba.ac.jp/mirror/JG/JG-0.9.1/sources/
+MASTER_SITES= http://www.hanzubon.org/mirrors/Vine/VinePlus/1.1/JG-0.9.1/sources/ \
+ http://www.asahi-net.or.jp/~fj9y-ynym/ \
+ http://ftp.ncnu.edu.tw/FreeBSD/distfiles/ \
+ http://mirror.israel.net/pub/FreeBSD/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= A tile-removing puzzle game for the X Window system
@@ -26,9 +26,9 @@ MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE}
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/sxsame
+ @${MKDIR} ${DOCSDIR}
.for i in INSTALL.jp README.jp
- ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/sxsame
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
diff --git a/games/sxsame/pkg-plist b/games/sxsame/pkg-plist
index 4774b9c3075f..a10d1faa9a88 100644
--- a/games/sxsame/pkg-plist
+++ b/games/sxsame/pkg-plist
@@ -25,9 +25,9 @@ lib/X11/sxsame/mono1.same
lib/X11/sxsame/s_marble.bmp
lib/X11/sxsame/samegame.dat
lib/X11/sxsame/snake.bmp
-%%PORTDOCS%%share/doc/sxsame/INSTALL.jp
-%%PORTDOCS%%share/doc/sxsame/README.jp
-%%PORTDOCS%%@dirrm share/doc/sxsame
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL.jp
+%%PORTDOCS%%%%DOCSDIR%%/README.jp
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
@exec mkdir -p %D/lib/X11/sxsame
@exec chmod 2775 %D/lib/X11/sxsame
@unexec rm -rf %D/lib/X11/sxsame