diff options
author | steve <steve@FreeBSD.org> | 2000-05-28 03:40:23 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-28 03:40:23 +0000 |
commit | 3ab4fd2b68136378077eedad6e8c430c18d206a0 (patch) | |
tree | cdf17e51d457b7ab6fb94277b8f4eedcf0378ea4 | |
parent | 1365c2ed7f1492048b0ec4a46565d3996a43ee5e (diff) | |
download | FreeBSD-ports-3ab4fd2b68136378077eedad6e8c430c18d206a0.zip FreeBSD-ports-3ab4fd2b68136378077eedad6e8c430c18d206a0.tar.gz |
Host the distfile on my WWW page since the MASTER_SITE seems to have
dissappeared.
-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 3d97718..8b46d6a 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 |