summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2013-06-21 04:46:38 +0000
committerdsainty <dsainty@pkgsrc.org>2013-06-21 04:46:38 +0000
commit05333dffcb0b85808bc3d4ecb7a9fde0d0d42815 (patch)
treee39c6626065eba2217d9d09eb529edfb8684a922
parent3728c580e6a832d3aa70d2dccff4860634c7e13b (diff)
downloadpkgsrc-05333dffcb0b85808bc3d4ecb7a9fde0d0d42815.tar.gz
Wire down the 'libexec' directory, to avoid configure making decisions that
don't match PLIST. Fixes build on Ubuntu. No change on platforms where the package would successfully build, so no bump required.
-rw-r--r--net/openresolv/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openresolv/Makefile b/net/openresolv/Makefile
index fad6252c362..a42b7bf5bfe 100644
--- a/net/openresolv/Makefile
+++ b/net/openresolv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2013/06/04 09:32:03 roy Exp $
+# $NetBSD: Makefile,v 1.20 2013/06/21 04:46:38 dsainty Exp $
#
DISTNAME= openresolv-3.5.5
@@ -14,6 +14,7 @@ LICENSE= modified-bsd
USE_LANGUAGES= # none
HAS_CONFIGURE= yes
+CONFIGURE_ARGS+= --libexecdir=${PREFIX}/libexec/resolvconf
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}