diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-07-19 06:27:57 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-07-19 06:27:57 +0000 |
commit | a6cf39e07bdcf7b34ecf07fce54a2013d6ca94f4 (patch) | |
tree | fe3aa3618fbd05403b3ffe13da54dae3d834cf83 /games/xrisk/Makefile | |
parent | Add micro_httpd 2000.12.15, an extremely small web server. (diff) |
Fix MASTER_SITES and take maintainership.
PR: 28891
Submitted by: Adam Kranzel <adam@alameda.edu>
Diffstat (limited to '')
-rw-r--r-- | games/xrisk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile index fa2a65b9a05a..938ed1f38ab2 100644 --- a/games/xrisk/Makefile +++ b/games/xrisk/Makefile @@ -8,9 +8,10 @@ PORTNAME= xrisk PORTVERSION= 2.15 CATEGORIES= games -MASTER_SITES= ftp://ftp.pvv.org/pvv/games/ +MASTER_SITES= http://my.pages.de/pub/comp/games/xrisk/ \ + http://www.mikro.biologie.tu-muenchen.de/pub/rec/games/xrisk/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= adam@alameda.edu USE_IMAKE= yes MAN6= xrisk.6 |