diff options
author | vs <vs@FreeBSD.org> | 2006-04-10 00:59:53 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-04-10 00:59:53 +0800 |
commit | 91ae6d0c35527930fd448a74a2b9cd01374907cb (patch) | |
tree | 0312b7292906895a5dde5b9202881ba252461ca3 /games | |
parent | 63a02a791f38ffc3a03105b20da7ffbb434b20f3 (diff) | |
download | freebsd-ports-gnome-91ae6d0c35527930fd448a74a2b9cd01374907cb.tar.gz freebsd-ports-gnome-91ae6d0c35527930fd448a74a2b9cd01374907cb.tar.zst freebsd-ports-gnome-91ae6d0c35527930fd448a74a2b9cd01374907cb.zip |
- Remove dead mirrors, add working ones
- Use PORTDOCS/DOCSDIR
PR: ports/95435
Submitted by: Lars Engels
Diffstat (limited to 'games')
-rw-r--r-- | games/sxsame/Makefile | 12 | ||||
-rw-r--r-- | games/sxsame/pkg-plist | 6 |
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 |