diff options
author | pav <pav@FreeBSD.org> | 2003-11-16 00:44:30 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-11-16 00:44:30 +0000 |
commit | 930298dc16cfb8fa739e685fb8a3150085a1f939 (patch) | |
tree | 287468ea22741c5bf3c916de29037e3e3afe4bbf /games/xrisk/Makefile | |
parent | 7ad0d2a2558b219c542c361438e71bbe25278aa3 (diff) | |
download | FreeBSD-ports-930298dc16cfb8fa739e685fb8a3150085a1f939.zip FreeBSD-ports-930298dc16cfb8fa739e685fb8a3150085a1f939.tar.gz |
- Unbreak on -CURRENT
- Remove website that no longer mentions this
- Remove dead mastersite
Approved by: marcus (backup mentor)
Diffstat (limited to 'games/xrisk/Makefile')
-rw-r--r-- | games/xrisk/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile index f8d9740..f4f3656 100644 --- a/games/xrisk/Makefile +++ b/games/xrisk/Makefile @@ -8,8 +8,7 @@ PORTNAME= xrisk PORTVERSION= 2.15 CATEGORIES= games -MASTER_SITES= http://my.pages.de/pub/comp/games/xrisk/ \ - http://www.mikro.biologie.tu-muenchen.de/pub/rec/games/xrisk/ +MASTER_SITES= http://my.pages.de/pub/comp/games/xrisk/ MAINTAINER= adam-ports@blacktabby.org COMMENT= A game for X11, much like the popular board game @@ -19,10 +18,4 @@ MAN6= xrisk.6 RESTRICTED= "Possible trademark infringement" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |