diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-28 03:40:23 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-28 03:40:23 +0000 |
commit | c50e660a84c466d1eb835237c2b8aec8d658a867 (patch) | |
tree | 19e3b792326049d762b1b7e8daf462e7f3d6a302 /games/xrisk | |
parent | b5d14475f0b2fc23ab214a92e3c8d99b2a38be9e (diff) | |
download | ports-c50e660a84c466d1eb835237c2b8aec8d658a867.tar.gz ports-c50e660a84c466d1eb835237c2b8aec8d658a867.zip |
Host the distfile on my WWW page since the MASTER_SITE seems to have
dissappeared.
Notes
Notes:
svn path=/head/; revision=28807
Diffstat (limited to 'games/xrisk')
-rw-r--r-- | games/xrisk/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile index 3d97718a2f1a..8b46d6a70d45 100644 --- a/games/xrisk/Makefile +++ b/games/xrisk/Makefile @@ -5,11 +5,12 @@ # $FreeBSD$ # -PORTNAME= xrisk +PORTNAME= xrisk PORTVERSION= 2.13 CATEGORIES= games -MASTER_SITES= ftp://geocub.greco-prog.fr/pub/Games/ -EXTRACT_SUFX= .tar.Z +MASTER_SITES= http://people.freebsd.org/~steve/distfiles/ \ + ftp://geocub.greco-prog.fr/pub/Games/ +EXTRACT_SUFX= .tar.Z MAINTAINER= swallace@FreeBSD.org |