diff options
author | roam <roam@FreeBSD.org> | 2011-08-30 14:04:55 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2011-08-30 14:04:55 +0800 |
commit | 8b6090c59d09acff3a43e8b7b81769ada306ecc4 (patch) | |
tree | 3346e52425b9e2f9372036efa8d8456aa5dd2771 /games/xfrisk | |
parent | 28ed966737c130c99ce0bbca542d1911b109d348 (diff) | |
download | freebsd-ports-gnome-8b6090c59d09acff3a43e8b7b81769ada306ecc4.tar.gz freebsd-ports-gnome-8b6090c59d09acff3a43e8b7b81769ada306ecc4.tar.zst freebsd-ports-gnome-8b6090c59d09acff3a43e8b7b81769ada306ecc4.zip |
Fix the master site, add my own mirror and undeprecate.
Diffstat (limited to 'games/xfrisk')
-rw-r--r-- | games/xfrisk/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile index cbaf5a37937d..bdcc01e01963 100644 --- a/games/xfrisk/Makefile +++ b/games/xfrisk/Makefile @@ -9,15 +9,13 @@ PORTNAME= xfrisk PORTVERSION= 1.2 PORTREVISION= 5 CATEGORIES= games -MASTER_SITES= http://tuxick.net/xfrisk/files/ +MASTER_SITES= http://old.tuxick.net/xfrisk/files/ \ + http://devel.ringlet.net/games/xfrisk/ DISTNAME= XFrisk-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A multi-player networked Risk game for X11 -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d NO_CDROM= Possible trademark infringement |