summaryrefslogtreecommitdiff
path: root/net/powerdns
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-01-17 21:43:18 +0000
committersbd <sbd@pkgsrc.org>2012-01-17 21:43:18 +0000
commit1e38404e660373254bf5fb3d2cde2d605e6b94bf (patch)
tree4b997cf4a9b1df8a721e0a83c9559bd76663d532 /net/powerdns
parentc465220d84c06881117ffa7db054d3bbf017e68e (diff)
downloadpkgsrc-1e38404e660373254bf5fb3d2cde2d605e6b94bf.tar.gz
Convert packages with add --libdir=* to CONFIGURE_ARGS to use
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
Diffstat (limited to 'net/powerdns')
-rw-r--r--net/powerdns/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/powerdns/Makefile.common b/net/powerdns/Makefile.common
index 3e0fe201053..c3357cfc7b4 100644
--- a/net/powerdns/Makefile.common
+++ b/net/powerdns/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2012/01/13 12:12:48 ghen Exp $
+# $NetBSD: Makefile.common,v 1.7 2012/01/17 21:43:20 sbd Exp $
PDNS_VERSION= 2.9.22.5
DISTNAME= pdns-${PDNS_VERSION}
@@ -13,7 +13,7 @@ USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/pdns
+GNU_CONFIGURE_LIBSUBDIR=pdns
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"