diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2009-07-19 18:59:40 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2009-07-19 18:59:40 +0000 |
commit | e36d81dc9317ccfa7cf3ac3d9b5029059502d108 (patch) | |
tree | be36b41be59a036e9f12544d0dec183abac70503 /security/knock/Makefile | |
parent | 0da5b5c30c07612ccdf1819e569b4fbda9756291 (diff) | |
download | ports-e36d81dc9317ccfa7cf3ac3d9b5029059502d108.tar.gz ports-e36d81dc9317ccfa7cf3ac3d9b5029059502d108.zip |
Notes
Diffstat (limited to 'security/knock/Makefile')
-rw-r--r-- | security/knock/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/knock/Makefile b/security/knock/Makefile index 6a67a3998948..b0b8584bf311 100644 --- a/security/knock/Makefile +++ b/security/knock/Makefile @@ -9,7 +9,8 @@ PORTNAME= knock PORTVERSION= 0.5.20051124 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= shaun MAINTAINER= sbrabez@gmail.com COMMENT= A flexible port-knocking server and client |