summaryrefslogtreecommitdiff
path: root/textproc/php5-dom
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-12 02:14:13 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-12 02:14:13 +0000
commita459d6adc77b22d7efa499cea1bcfbae7c929a42 (patch)
treec12b9c282e2706cb6bac87456615dfdf2b256e55 /textproc/php5-dom
parent7854cf84ecbcc45c6b18092fadae7896937e468a (diff)
downloadpkgsrc-a459d6adc77b22d7efa499cea1bcfbae7c929a42.tar.gz
Add DESTDIR support.
Diffstat (limited to 'textproc/php5-dom')
-rw-r--r--textproc/php5-dom/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/php5-dom/Makefile b/textproc/php5-dom/Makefile
index 31e4f85f68e..49d363a4874 100644
--- a/textproc/php5-dom/Makefile
+++ b/textproc/php5-dom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/06/04 16:26:55 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:51 joerg Exp $
MODNAME= dom
CATEGORIES+= textproc
@@ -6,6 +6,8 @@ COMMENT= PHP5 extension for DOM support
CONFLICTS= php-dom-[0-9]*
+PKG_DESTDIR_SUPPORT= user-destdir
+
CONFIGURE_ARGS+= --enable-${MODNAME}
CONFIGURE_ARGS+= --with-libxml-dir=${BUILDLINK_PREFIX.libxml2}