diff options
author | sat <sat@FreeBSD.org> | 2006-07-31 06:46:04 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-07-31 06:46:04 +0800 |
commit | d4867021f7aea3a318e17e6cc92f7e9336800be1 (patch) | |
tree | c49bbc221f0d7c182275060b5f13c6545e32a869 /games | |
parent | 341c2dc80e7e6930d8177a1f7bafe149364518d6 (diff) | |
download | freebsd-ports-gnome-d4867021f7aea3a318e17e6cc92f7e9336800be1.tar.gz freebsd-ports-gnome-d4867021f7aea3a318e17e6cc92f7e9336800be1.tar.zst freebsd-ports-gnome-d4867021f7aea3a318e17e6cc92f7e9336800be1.zip |
- Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
Diffstat (limited to 'games')
-rw-r--r-- | games/dopewars/Makefile | 3 | ||||
-rw-r--r-- | games/freeciv/Makefile | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index a28db605b8b5..a07b650b09ae 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -8,8 +8,7 @@ PORTNAME= dopewars PORTVERSION= 1.5.12 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= infofarmer@FreeBSD.org COMMENT= A UNIX rewrite of a game originally based on "Drug Wars" diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 6e31cc9e5957..433f710f9fa1 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -8,9 +8,7 @@ PORTNAME= freeciv PORTVERSION= 2.0.8 CATEGORIES= games -MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ SF MAINTAINER?= infofarmer@FreeBSD.org COMMENT?= A civilisation clone for X11; multiplayer |