diff options
Diffstat (limited to 'net/dgd/Makefile')
-rw-r--r-- | net/dgd/Makefile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile index b8a0e371c54c..77047a0c8161 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -8,16 +8,13 @@ PORTNAME= dgd PORTVERSION= 1.2p1 CATEGORIES= net lang -MASTER_SITES= ftp://ftp.dworkin.nl/pub/dgd/ \ - ftp://ftp.imaginary.com/pub/LPC/servers/DGD/ \ - ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ \ - ftp://ftp.veda.is/pub/mud/dgd/ \ - ftp://ftp.dreamlabs.com/pub/mud/dgd/ - -PATCH_SITES= ftp://ftp.imaginary.com/pub/LPC/servers/DGD/patches/ \ - ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/patches/ \ - ftp://ftp.veda.is/pub/mud/dgd/patches/ \ - ftp://ftp.dreamlabs.com/pub/mud/dgd/patches/ +MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/dgd|} \ + ftp://ftp.dworkin.nl/pub/dgd/ \ + ftp://ftp.imaginary.com/pub/LPC/servers/DGD/ + +PATCH_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/dgd/patches|} \ + ftp://ftp.dworkin.nl/pub/dgd/patches \ + ftp://ftp.imaginary.com/pub/LPC/servers/DGD/patches/ MAINTAINER= glewis@FreeBSD.org |