diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-08-09 21:20:21 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-08-09 21:20:21 +0800 |
commit | 550eb97cebfa44ca42a44628ee9a78cdab0369d8 (patch) | |
tree | 04826b2209d81431adc401879f313f098c9f6df3 /games/xrot | |
parent | 37d99afcf6025663981fca3897b533e5c41ab214 (diff) | |
download | freebsd-ports-gnome-550eb97cebfa44ca42a44628ee9a78cdab0369d8.tar.gz freebsd-ports-gnome-550eb97cebfa44ca42a44628ee9a78cdab0369d8.tar.zst freebsd-ports-gnome-550eb97cebfa44ca42a44628ee9a78cdab0369d8.zip |
Update MASTER_SITES
PR: 159467
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'games/xrot')
-rw-r--r-- | games/xrot/Makefile | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/games/xrot/Makefile b/games/xrot/Makefile index 9f537f706b53..a39b28bf688c 100644 --- a/games/xrot/Makefile +++ b/games/xrot/Makefile @@ -9,18 +9,24 @@ PORTNAME= xrot PORTVERSION= 1.3.2 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - ftp://ftp.kobe-u.ac.jp/pub/Linux/packages/Vine/VinePlus/1.1/JG-0.9.1/sources/ -MASTER_SITE_SUBDIR= will +MASTER_SITES= http://hanzubon.jp/mirrors/Vine/%SUBDIR%/ \ + http://ftp.jaist.ac.jp/pub/Linux/Vine/%SUBDIR%/ \ + http://ftp.riken.go.jp/Linux/vine/%SUBDIR%/ \ + http://ftp.yz.yamagata-u.ac.jp/pub/Linux/Vine/%SUBDIR%/ \ + http://ftp.nara.wide.ad.jp/pub/Linux/vine/%SUBDIR%/ \ + http://ftp.vinelinux.org/pub/Vine/%SUBDIR%/ +MASTER_SITE_SUBDIR= VinePlus/1.1/JG-0.9.1/sources MAINTAINER= ports@FreeBSD.org COMMENT= A falling ball puzzle game for X -ALL_TARGET= xrot -PLIST_FILES= bin/xrot WRKSRC= ${WRKDIR}/xrot + USE_IMAKE= yes USE_XORG= xpm +ALL_TARGET= xrot + +PLIST_FILES= bin/xrot do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xrot ${PREFIX}/bin |