diff options
author | markp <markp@FreeBSD.org> | 2001-07-19 06:27:57 +0000 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2001-07-19 06:27:57 +0000 |
commit | 25b10667915c950dbaf3e2c4a79a7469373d7902 (patch) | |
tree | a93836ea324f30cfd3997bbf4f9ac3f51dbcc74e /games/xrisk | |
parent | c5596960704809e2f1a5313d999b1fd2718ae4df (diff) | |
download | FreeBSD-ports-25b10667915c950dbaf3e2c4a79a7469373d7902.zip FreeBSD-ports-25b10667915c950dbaf3e2c4a79a7469373d7902.tar.gz |
Fix MASTER_SITES and take maintainership.
PR: 28891
Submitted by: Adam Kranzel <adam@alameda.edu>
Diffstat (limited to 'games/xrisk')
-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 fa2a65b..938ed1f 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 |