diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2002-08-05 20:46:51 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2002-08-05 20:46:51 +0000 |
commit | 67819cc8310122356a9102333f363b0c052be7f9 (patch) | |
tree | ed691bc2c27c261dbec38a2e0ea85b8dbaf0f79b /net/dgd-lpmud | |
parent | e5c7cec95e529659f5af22da192b9743b24ca1ac (diff) | |
download | ports-67819cc8310122356a9102333f363b0c052be7f9.tar.gz ports-67819cc8310122356a9102333f363b0c052be7f9.zip |
Notes
Diffstat (limited to 'net/dgd-lpmud')
-rw-r--r-- | net/dgd-lpmud/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dgd-lpmud/Makefile b/net/dgd-lpmud/Makefile index 8cf03f28099d..ecd533718816 100644 --- a/net/dgd-lpmud/Makefile +++ b/net/dgd-lpmud/Makefile @@ -9,7 +9,7 @@ PORTNAME= dgd-lpmud PORTVERSION= 2.4.5 CATEGORIES= net devel games MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/lpc/ \ - ftp://ftp.veda.is/pub/mud/dgd/ + ${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/dgd|} DISTFILES= 2.4.5-for-1.1.tgz MAINTAINER= glewis@FreeBSD.org |