aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-01-31 12:09:00 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-01-31 12:09:00 +0000
commit5b37dce0f8c6e328a86652d021c6b387d90bb685 (patch)
treefa8927543f3e227654e5d24601131ecb3c44f647 /dns
parente6c55782ac7c0568ceb1598e43e0e879ec512170 (diff)
downloadports-5b37dce0f8c6e328a86652d021c6b387d90bb685.tar.gz
ports-5b37dce0f8c6e328a86652d021c6b387d90bb685.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/powerdns-devel/Makefile4
-rw-r--r--dns/powerdns/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/powerdns-devel/Makefile b/dns/powerdns-devel/Makefile
index 1ec2500cbe4d..bc4543d34155 100644
--- a/dns/powerdns-devel/Makefile
+++ b/dns/powerdns-devel/Makefile
@@ -10,7 +10,7 @@ CATEGORIES= dns ipv6
MASTER_SITES= http://downloads.powerdns.com/releases/
DISTNAME= pdns-${PORTVERSION}
-MAINTAINER= freebsd@signout.dk
+MAINTAINER= tremere@cainites.net
COMMENT= An advanced DNS server with SQL backend
USE_GMAKE= YES
@@ -83,7 +83,7 @@ PLIST_SUB+= RECURSOR="@comment "
.if defined(POWERDNS_WITH_RECURSOR)
.if exists(/usr/include/ucontext.h)
UCONTEXT!= ${AWK} '/setcontext/ { print "YES" }' \
- /usr/include/ucontext.h
+ /usr/include/ucontext.h
.if ${UCONTEXT} == ""
BROKEN= setcontext for recursor not found
.endif
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile
index 1ec2500cbe4d..bc4543d34155 100644
--- a/dns/powerdns/Makefile
+++ b/dns/powerdns/Makefile
@@ -10,7 +10,7 @@ CATEGORIES= dns ipv6
MASTER_SITES= http://downloads.powerdns.com/releases/
DISTNAME= pdns-${PORTVERSION}
-MAINTAINER= freebsd@signout.dk
+MAINTAINER= tremere@cainites.net
COMMENT= An advanced DNS server with SQL backend
USE_GMAKE= YES
@@ -83,7 +83,7 @@ PLIST_SUB+= RECURSOR="@comment "
.if defined(POWERDNS_WITH_RECURSOR)
.if exists(/usr/include/ucontext.h)
UCONTEXT!= ${AWK} '/setcontext/ { print "YES" }' \
- /usr/include/ucontext.h
+ /usr/include/ucontext.h
.if ${UCONTEXT} == ""
BROKEN= setcontext for recursor not found
.endif