diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 09:37:27 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 09:37:27 +0000 |
commit | a9cb756fc84875569dd6ebf1ac75b4b2202bbfec (patch) | |
tree | c3c90364a6ab332eace3ecbb467893680d77aaa8 /dns/zonenotify | |
parent | fa678de0c89263f281d467b498388736196d671f (diff) | |
download | freebsd-ports-a9cb756fc84875569dd6ebf1ac75b4b2202bbfec.zip |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Diffstat (limited to 'dns/zonenotify')
-rw-r--r-- | dns/zonenotify/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/zonenotify/Makefile b/dns/zonenotify/Makefile index 9113f617611c..81338e828da1 100644 --- a/dns/zonenotify/Makefile +++ b/dns/zonenotify/Makefile @@ -5,7 +5,7 @@ PORTNAME= zonenotify PORTVERSION= 0.1 CATEGORIES= dns MASTER_SITES= http://www.morettoni.net/bsd/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= DNS notify sender written in C |