aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-01-31 20:09:00 +0800
committerdinoex <dinoex@FreeBSD.org>2004-01-31 20:09:00 +0800
commitc3ee2f6e2bbfd4db808ed9861d645be71c553d9b (patch)
treec047ced7ab0b5b712af2445a8504d99847d3014e /dns
parentd225dc5aa6aab35f742822ad904578d83ed3a76f (diff)
downloadfreebsd-ports-gnome-c3ee2f6e2bbfd4db808ed9861d645be71c553d9b.tar.gz
freebsd-ports-gnome-c3ee2f6e2bbfd4db808ed9861d645be71c553d9b.tar.zst
freebsd-ports-gnome-c3ee2f6e2bbfd4db808ed9861d645be71c553d9b.zip
- new MAINTAINER tremere@cainites.net
- fix spaces in Makefile (portlint) PR: 61678 Submitted by: tremere@cainites.net
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