aboutsummaryrefslogtreecommitdiff
path: root/net/dgd
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2002-07-23 17:20:19 +0000
committerGreg Lewis <glewis@FreeBSD.org>2002-07-23 17:20:19 +0000
commit1c8b5e27716e23b8884e031ebdbb1802a6da5268 (patch)
treec74215603e45ae18c33d343cecafe9755be87315 /net/dgd
parentcccf7a21725268f44d39586faacd39bb363a1418 (diff)
downloadports-1c8b5e27716e23b8884e031ebdbb1802a6da5268.tar.gz
ports-1c8b5e27716e23b8884e031ebdbb1802a6da5268.zip
. Remove some dead MASTER_SITEs.
. Make the primary site MASTER_SITE_LOCAL (requested by the author and maintainer of the previous primary site).
Notes
Notes: svn path=/head/; revision=63438
Diffstat (limited to 'net/dgd')
-rw-r--r--net/dgd/Makefile17
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