diff options
author | glewis <glewis@FreeBSD.org> | 2002-07-24 01:20:19 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2002-07-24 01:20:19 +0800 |
commit | 96a3e6d921dbe82c36b8268d8ed3f95b1ca0dc6f (patch) | |
tree | a368eb5d17e0475e6d6445d6cca985cd923a5377 /net/dgd/Makefile | |
parent | a58f143cec222a51a18b3ebbf7c41b93e50444a2 (diff) | |
download | freebsd-ports-gnome-96a3e6d921dbe82c36b8268d8ed3f95b1ca0dc6f.tar.gz freebsd-ports-gnome-96a3e6d921dbe82c36b8268d8ed3f95b1ca0dc6f.tar.zst freebsd-ports-gnome-96a3e6d921dbe82c36b8268d8ed3f95b1ca0dc6f.zip |
. Remove some dead MASTER_SITEs.
. Make the primary site MASTER_SITE_LOCAL (requested by the author and
maintainer of the previous primary site).
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 |