diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-03-04 20:41:00 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-03-04 20:41:00 +0800 |
commit | f78fea53927c3942256dcb1b8ff9d72f321e8ce9 (patch) | |
tree | 8bfaeba5a36509fa8a09a63ca68d88a0c886d9d4 /games | |
parent | 64ec7bd11e05a47b6c2af69d623e9f0bddf0c212 (diff) | |
download | freebsd-ports-gnome-f78fea53927c3942256dcb1b8ff9d72f321e8ce9.tar.gz freebsd-ports-gnome-f78fea53927c3942256dcb1b8ff9d72f321e8ce9.tar.zst freebsd-ports-gnome-f78fea53927c3942256dcb1b8ff9d72f321e8ce9.zip |
- Fix MASTER_SITES (mirror to MASTER_SITE_LOCAL).
Reported by: pointyhat (erwin)
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-enemyterritory-shrub/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/linux-enemyterritory-shrub/Makefile b/games/linux-enemyterritory-shrub/Makefile index bf110d65954f..ea19f25dbba6 100644 --- a/games/linux-enemyterritory-shrub/Makefile +++ b/games/linux-enemyterritory-shrub/Makefile @@ -9,7 +9,8 @@ PORTNAME= shrub PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= games linux -MASTER_SITES= http://www.etstats.com/shrubet/downloads/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= alepulver PKGNAMEPREFIX= linux-enemyterritory- DISTNAME= 1.2-test13-l |