diff options
Diffstat (limited to 'net')
-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 |