diff options
Diffstat (limited to '')
-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 |