diff options
author | bmah <bmah@FreeBSD.org> | 2003-05-23 04:21:19 +0800 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2003-05-23 04:21:19 +0800 |
commit | a539e3f39038fb76697ed2e6c0c67e6b6c02d053 (patch) | |
tree | 0e6e758bec888a21078691e92f31f9d82d26e4c0 /net | |
parent | 731d9edae5a9e5edf9bb65b985e7bf59aa55b288 (diff) | |
download | freebsd-ports-gnome-a539e3f39038fb76697ed2e6c0c67e6b6c02d053.tar.gz freebsd-ports-gnome-a539e3f39038fb76697ed2e6c0c67e6b6c02d053.tar.zst freebsd-ports-gnome-a539e3f39038fb76697ed2e6c0c67e6b6c02d053.zip |
Add another MASTER_SITE for distfile.
Diffstat (limited to 'net')
-rw-r--r-- | net/pchar/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/pchar/Makefile b/net/pchar/Makefile index 73744411102c..d5e4ffc27e91 100644 --- a/net/pchar/Makefile +++ b/net/pchar/Makefile @@ -10,6 +10,8 @@ PORTNAME= pchar PORTVERSION= 1.4 CATEGORIES= net ipv6 MASTER_SITES= http://www.employees.org/~bmah/Software/pchar/ +MASTER_SITES+= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= bmah MAINTAINER= bmah@FreeBSD.org COMMENT= Sandia Internet path characterization tool |