diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2002-07-23 17:20:19 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2002-07-23 17:20:19 +0000 |
commit | 1c8b5e27716e23b8884e031ebdbb1802a6da5268 (patch) | |
tree | c74215603e45ae18c33d343cecafe9755be87315 /net/dgd | |
parent | cccf7a21725268f44d39586faacd39bb363a1418 (diff) | |
download | ports-1c8b5e27716e23b8884e031ebdbb1802a6da5268.tar.gz ports-1c8b5e27716e23b8884e031ebdbb1802a6da5268.zip |
Notes
Diffstat (limited to 'net/dgd')
-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 |