diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-27 19:27:34 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-27 19:27:34 +0000 |
commit | 666ea03b52924fa5089708a0d584b1623fde36d7 (patch) | |
tree | 811f76c652f5f94d5dcf12487eb5a072328e4d7f /dns/zonenotify | |
parent | 27f051e196ae160f0c7283ec823166942cf5e713 (diff) | |
download | freebsd-ports-666ea03b52924fa5089708a0d584b1623fde36d7.zip |
Use MASTER_SITE_CRITICAL
Diffstat (limited to 'dns/zonenotify')
-rw-r--r-- | dns/zonenotify/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/zonenotify/Makefile b/dns/zonenotify/Makefile index 8dfbfa239703..9395765497bb 100644 --- a/dns/zonenotify/Makefile +++ b/dns/zonenotify/Makefile @@ -9,8 +9,7 @@ PORTNAME= zonenotify PORTVERSION= 0.1 CATEGORIES= dns MASTER_SITES= http://morettoni.net/bsd/ \ - http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ + CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= A dns notify sender written in C |