summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordsainty <dsainty>2013-06-21 04:46:38 +0000
committerdsainty <dsainty>2013-06-21 04:46:38 +0000
commit7534a957506a04a0302140bd4e61b6479de0c00e (patch)
treee39c6626065eba2217d9d09eb529edfb8684a922
parent9fbbd0ec46626e05ad04d67e9478e71a807ae3db (diff)
downloadpkgsrc-7534a957506a04a0302140bd4e61b6479de0c00e.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}