summaryrefslogtreecommitdiff
path: root/www/lighttpd
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 /www/lighttpd
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 'www/lighttpd')
-rw-r--r--www/lighttpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index 4cb209d1d7f..baaf23a988d 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2011/11/30 11:13:59 drochner Exp $
+# $NetBSD: Makefile,v 1.30 2012/01/17 21:43:21 sbd Exp $
DISTNAME= lighttpd-1.4.29
PKGREVISION= 2
@@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
SHLIBTOOL_OVERRIDE= # empty
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/${PKGBASE}
+GNU_CONFIGURE_LIBSUBDIR=${PKGBASE}
CONFIGURE_ARGS+= --with-pcre
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}