diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /textproc/php5-xsl | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'textproc/php5-xsl')
-rw-r--r-- | textproc/php5-xsl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/php5-xsl/Makefile b/textproc/php5-xsl/Makefile index 08139324819..e5e89050b5d 100644 --- a/textproc/php5-xsl/Makefile +++ b/textproc/php5-xsl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/09/05 20:15:45 jdolecek Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:51 joerg Exp $ MODNAME= xsl PKGREVISION= 1 @@ -7,6 +7,8 @@ COMMENT= PHP5 extension for XSLT functions CONFLICTS= php-xsl-[0-9]* +PKG_DESTDIR_SUPPORT= user-destdir + CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libxslt} # uses symbols from DOM extension, so add explicit depends |