diff options
author | csjp <csjp@FreeBSD.org> | 2007-07-16 01:58:24 +0800 |
---|---|---|
committer | csjp <csjp@FreeBSD.org> | 2007-07-16 01:58:24 +0800 |
commit | c3f496f94e89a632e4d2efb4334d7bffbab4ae93 (patch) | |
tree | 09a8fc19ac37568c1ea765c5c5e94c3914fec1cc /net/bpfstat | |
parent | e3fb9ab1bda00d8c379e0e1601c5de3f6359e22d (diff) | |
download | freebsd-ports-gnome-c3f496f94e89a632e4d2efb4334d7bffbab4ae93.tar.gz freebsd-ports-gnome-c3f496f94e89a632e4d2efb4334d7bffbab4ae93.tar.zst freebsd-ports-gnome-c3f496f94e89a632e4d2efb4334d7bffbab4ae93.zip |
Use MASTER_SITE_LOCAL instead of hardcoding my freefall account.
Approved by: Pav
Diffstat (limited to 'net/bpfstat')
-rw-r--r-- | net/bpfstat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bpfstat/Makefile b/net/bpfstat/Makefile index 9219a416e805..2dacad213138 100644 --- a/net/bpfstat/Makefile +++ b/net/bpfstat/Makefile @@ -8,7 +8,8 @@ PORTNAME= bpfstat PORTVERSION= 1.0 CATEGORIES= net -MASTER_SITES= http://people.freebsd.org/~csjp/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= csjp MAINTAINER= csjp@FreeBSD.org COMMENT= Program to retrieve bpf statistics |