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 | |
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
-rw-r--r-- | games/xrisk/Makefile | 2 | ||||
-rw-r--r-- | games/xrisk/pkg-descr | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/games/xrisk/pkg-descr b/games/xrisk/pkg-descr index 1c6bf41..1f2ccaf 100644 --- a/games/xrisk/pkg-descr +++ b/games/xrisk/pkg-descr @@ -2,4 +2,4 @@ Xrisk is based on the boardgame Risk. It can run as server or client, and allows up to 8 players to play at once. The object of the game is World Conquest. -WWW: http://www.pvv.ntnu.to/projects.html +WWW: http://www.pvv.ntnu.no/projects.html |