diff options
author | Christian S.J. Peron <csjp@FreeBSD.org> | 2007-07-15 17:58:24 +0000 |
---|---|---|
committer | Christian S.J. Peron <csjp@FreeBSD.org> | 2007-07-15 17:58:24 +0000 |
commit | 859739c1831fd9ccfc5b442b88f8e7759e4f3895 (patch) | |
tree | 63660c1ef55d5ca898ce0a48123b54316b93dbc7 | |
parent | Add the bsmtrace port. (diff) |
Use MASTER_SITE_LOCAL instead of hardcoding my freefall account.
Approved by: Pav
Notes
Notes:
svn path=/head/; revision=195671
-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 |