summaryrefslogtreecommitdiff
path: root/www/ap2-xslt2
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-07-08 16:05:34 +0000
committerjoerg <joerg@pkgsrc.org>2010-07-08 16:05:34 +0000
commitf72d2628ded4eeac2084b14ebafc572946db57de (patch)
tree0569911039bb3971d85445cf6a319cccf050cdfd /www/ap2-xslt2
parentaf70ba04affbc988e5840291ee2486bf5a7b8c81 (diff)
downloadpkgsrc-f72d2628ded4eeac2084b14ebafc572946db57de.tar.gz
DESTDIR support
Diffstat (limited to 'www/ap2-xslt2')
-rw-r--r--www/ap2-xslt2/Makefile6
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"