diff options
-rw-r--r-- | games/xpuzzletama/Makefile | 10 | ||||
-rw-r--r-- | games/xpuzzletama/pkg-plist | 3 |
2 files changed, 6 insertions, 7 deletions
diff --git a/games/xpuzzletama/Makefile b/games/xpuzzletama/Makefile index 9805174023dc..6dce1343da81 100644 --- a/games/xpuzzletama/Makefile +++ b/games/xpuzzletama/Makefile @@ -8,10 +8,9 @@ PORTNAME= xpuzzletama PORTVERSION= 1.5b 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://hanzubon.jp/Vine/VinePlus/1.1/JG-0.9.1/sources/ \ + http://ftp.ussg.iu.edu/FreeBSD/ports/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Puzzle tama, a tetris like game @@ -21,6 +20,9 @@ USE_IMAKE= yes USE_XPM= yes NO_INSTALL_MANPAGES= yes +PLIST_FILES= bin/xpuzzletama lib/X11/xpuzzletama/tama_score +PLIST_DIRS= lib/X11/xpuzzletama + post-install: ${MKDIR} ${PREFIX}/lib/X11/xpuzzletama ${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m 666 \ diff --git a/games/xpuzzletama/pkg-plist b/games/xpuzzletama/pkg-plist deleted file mode 100644 index b1a373d1a932..000000000000 --- a/games/xpuzzletama/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/xpuzzletama -lib/X11/xpuzzletama/tama_score -@dirrm lib/X11/xpuzzletama |