summaryrefslogtreecommitdiff
path: root/misc
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 /misc
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 'misc')
-rw-r--r--misc/gkrellm-leds/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gkrellm-leds/Makefile b/misc/gkrellm-leds/Makefile
index ef120217dd7..b060cd477c2 100644
--- a/misc/gkrellm-leds/Makefile
+++ b/misc/gkrellm-leds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2011/11/01 06:02:04 sbd Exp $
+# $NetBSD: Makefile,v 1.25 2012/01/17 21:43:20 sbd Exp $
#
DISTNAME= gkleds-0.8.2
@@ -17,7 +17,7 @@ USE_TOOLS+= pkg-config
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
-CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/gkrellm2/plugins
+GNU_CONFIGURE_LIBSUBDIR=gkrellm2/plugins
.include "../../sysutils/gkrellm/buildlink3.mk"
.include "../../x11/libXtst/buildlink3.mk"