From 859739c1831fd9ccfc5b442b88f8e7759e4f3895 Mon Sep 17 00:00:00 2001 From: "Christian S.J. Peron" Date: Sun, 15 Jul 2007 17:58:24 +0000 Subject: Use MASTER_SITE_LOCAL instead of hardcoding my freefall account. Approved by: Pav --- net/bpfstat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3