dns/powerdns-devel: Fix stage-qa / plist-issues
PR: 192401 Fix by: maintainer (Ralf van der Enden)
This commit is contained in:
parent
8ed699c6a1
commit
d22933a3e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366392
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= powerdns
|
||||
PORTVERSION= 3.3.1
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= dns ipv6
|
||||
PKGNAMESUFFIX= -devel
|
||||
@ -32,7 +32,8 @@ GNU_CONFIGURE= YES
|
||||
INSTALL_TARGET= install-strip
|
||||
CXXFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --with-modules="" \
|
||||
CONFIGURE_ARGS= --disable-static \
|
||||
--with-modules="" \
|
||||
--with-dynmodules="pipe ${MODULES}" \
|
||||
--sysconfdir="${PREFIX}/etc/pdns" \
|
||||
--with-boost="${LOCALBASE}"
|
||||
|
@ -21,6 +21,7 @@ sbin/pdns_server
|
||||
%%TINYDNS%%lib/libtinydnsbackend.so
|
||||
%%REMOTE%%lib/libremotebackend.so
|
||||
%%MYDNS%%lib/libmydnsbackend.so
|
||||
%%LUA%%lib/libluabackend.so
|
||||
lib/libpipebackend.so
|
||||
%%TOOLS%%man/man1/dnstcpbench.1.gz
|
||||
%%TOOLS%%man/man8/dnsreplay.8.gz
|
||||
|
Loading…
Reference in New Issue
Block a user