- fix spaces in Makefile (portlint)
PR:		61678
Submitted by:	tremere@cainites.net
This commit is contained in:
Dirk Meyer 2004-01-31 12:09:00 +00:00
parent e6c55782ac
commit 5b37dce0f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99596
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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