diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 17:37:27 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 17:37:27 +0800 |
commit | 5de52587185c298fd3ac74b8bbab8e164e94102b (patch) | |
tree | c3c90364a6ab332eace3ecbb467893680d77aaa8 /dns/zonenotify | |
parent | 411f185bf26b9c662f5d0ab2bf9d92a69773d37c (diff) | |
download | freebsd-ports-gnome-5de52587185c298fd3ac74b8bbab8e164e94102b.tar.gz freebsd-ports-gnome-5de52587185c298fd3ac74b8bbab8e164e94102b.tar.zst freebsd-ports-gnome-5de52587185c298fd3ac74b8bbab8e164e94102b.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 |