diff options
author | asami <asami@FreeBSD.org> | 2000-06-29 10:31:42 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-29 10:31:42 +0800 |
commit | 86688662ee4069a7cd518676ff8e421c8f0e809d (patch) | |
tree | 6305ab987dcce715d514f38deb608104562723ec /net/pathchar | |
parent | 52f18bf97a85d08baed7eb38c0d7b388b5979ef6 (diff) | |
download | freebsd-ports-gnome-86688662ee4069a7cd518676ff8e421c8f0e809d.tar.gz freebsd-ports-gnome-86688662ee4069a7cd518676ff8e421c8f0e809d.tar.zst freebsd-ports-gnome-86688662ee4069a7cd518676ff8e421c8f0e809d.zip |
Use ${MASTER_SITE_LOCAL}.
Diffstat (limited to 'net/pathchar')
-rw-r--r-- | net/pathchar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/pathchar/Makefile b/net/pathchar/Makefile index e6287ae859ec..7fa66390884e 100644 --- a/net/pathchar/Makefile +++ b/net/pathchar/Makefile @@ -12,7 +12,8 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.ee.lbl.gov/pathchar/ \ http://www.caida.org/Tools/Pathchar/ \ http://sitka.triumf.ca/net/ \ - ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= obrien DISTNAME= pathchar-a1-freebsd-3.0 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} pathcharnotes.html pathchar.8 \ pathchar.mantxt |