diff options
author | Bruce A. Mah <bmah@FreeBSD.org> | 2003-05-22 20:21:19 +0000 |
---|---|---|
committer | Bruce A. Mah <bmah@FreeBSD.org> | 2003-05-22 20:21:19 +0000 |
commit | a766ee5ee93904e2b35279188f0272fab66f813b (patch) | |
tree | 75f239670a28c399c999d5971b5f1a7e2e9820ad /net/pchar | |
parent | 763418e9831dcdb9887c292f4aff686c02e59d9e (diff) |
Add another MASTER_SITE for distfile.
Notes
Notes:
svn path=/head/; revision=81729
Diffstat (limited to 'net/pchar')
-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 |