diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-02-28 14:28:38 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-02-28 14:28:38 +0000 |
commit | 48b14c7a27e6a51e50111a1afa2d7698c9197edf (patch) | |
tree | f0b58a104709e2f2622c7c3596641d268c948d91 /games/xrisk/Makefile | |
parent | a533823eac57f96a080df87e51ea67706a48d955 (diff) | |
download | FreeBSD-ports-48b14c7a27e6a51e50111a1afa2d7698c9197edf.zip FreeBSD-ports-48b14c7a27e6a51e50111a1afa2d7698c9197edf.tar.gz |
- Fix MASTER_SITES
- Fix type in WWW: line
PR: 25429
Submitted by: Ports Fury
Diffstat (limited to 'games/xrisk/Makefile')
-rw-r--r-- | games/xrisk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile index ade712e..fa2a65b 100644 --- a/games/xrisk/Makefile +++ b/games/xrisk/Makefile @@ -8,7 +8,7 @@ PORTNAME= xrisk PORTVERSION= 2.15 CATEGORIES= games -MASTER_SITES= ftp://ftp.pvv.unit.no/pvv/games/ +MASTER_SITES= ftp://ftp.pvv.org/pvv/games/ MAINTAINER= ports@FreeBSD.org |