diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-29 02:31:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-29 02:31:42 +0000 |
commit | be6c01ee85b2fa61f2030ef2065df69712693a50 (patch) | |
tree | 0877333f8365a55defdb5b17b76269bfa53693f7 /net/pathchar/Makefile | |
parent | c62bea27fe2d419668f48e9bda44f94f29806f7c (diff) | |
download | ports-be6c01ee85b2fa61f2030ef2065df69712693a50.tar.gz ports-be6c01ee85b2fa61f2030ef2065df69712693a50.zip |
Notes
Diffstat (limited to 'net/pathchar/Makefile')
-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 |