diff options
author | sbd <sbd@pkgsrc.org> | 2012-01-17 21:43:18 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-01-17 21:43:18 +0000 |
commit | fcefde2f7ce274dd43c7800cd074e1a8cb66252b (patch) | |
tree | 4b997cf4a9b1df8a721e0a83c9559bd76663d532 /www/lighttpd | |
parent | 3044bc2a8b34982265c2e011aa2871c0465ee3d8 (diff) | |
download | pkgsrc-fcefde2f7ce274dd43c7800cd074e1a8cb66252b.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/Makefile | 4 |
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} |