diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-07-07 01:46:18 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-07-07 01:46:18 +0000 |
commit | be0b5d9424e57af77e4ef5786615bc63b6c73258 (patch) | |
tree | 1ec26d75c1902b659f88ea84e891f94231a01203 | |
parent | Bump portrevision after openbabel update. (diff) |
- Fix MASTER_SITES.
-rw-r--r-- | games/worldofpadman/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/worldofpadman/Makefile b/games/worldofpadman/Makefile index 1a33bedc9723..e2da2a41fda8 100644 --- a/games/worldofpadman/Makefile +++ b/games/worldofpadman/Makefile @@ -13,8 +13,7 @@ MASTER_SITES= http://thilo.kickchat.com/download/:full \ ftp://ftp.snt.utwente.nl/pub/games/worldofpadman/linux/:full,update \ ftp://ftp.kickchat.com/wop/:update \ http://www.hessenfragger.de/uploads/:update \ - ${MASTER_SITE_LOCAL:S/$/:source/} -MASTER_SITE_SUBDIR= alepulver + ${MASTER_SITE_LOCAL:S|$|alepulver/:source|} DISTFILES= worldofpadman.run:full \ wop_patch_1_2.run:update \ ${SRC_FILE}.tar.bz2:source |