diff options
author | joerg <joerg> | 2010-07-08 16:05:34 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-07-08 16:05:34 +0000 |
commit | 11dc3ce0bb4cb2c6f4f962acf6f37ce1e8963742 (patch) | |
tree | 0569911039bb3971d85445cf6a319cccf050cdfd /www | |
parent | a4805b346b692741ad7f5eb8349750fb36ecd4bb (diff) | |
download | pkgsrc-11dc3ce0bb4cb2c6f4f962acf6f37ce1e8963742.tar.gz |
DESTDIR support
Diffstat (limited to 'www')
-rw-r--r-- | www/ap2-xslt2/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/ap2-xslt2/Makefile b/www/ap2-xslt2/Makefile index 5e118428f10..deb6a6e5db6 100644 --- a/www/ap2-xslt2/Makefile +++ b/www/ap2-xslt2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2009/11/30 18:52:33 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2010/07/08 16:05:34 joerg Exp $ # DISTNAME= modxslt-${DIST_VER} @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.mod-xslt2.com/ COMMENT= Apache module able to apply stylesheets to XML data on the fly +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake bash:run @@ -29,6 +31,8 @@ CONFIGURE_ARGS+= --with-apxs=${PREFIX}/sbin/apxs \ REPLACE_BASH= utils/modxslt-config.pre.in +INSTALLATION_DIRS+= bin lib/httpd + .include "../../devel/pcre/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/libxslt/buildlink3.mk" |