summaryrefslogtreecommitdiff
path: root/textproc/php5-dom
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-12 02:14:13 +0000
committerjoerg <joerg>2008-06-12 02:14:13 +0000
commit39d7fb93432416d872ed34e0025741cc93068c06 (patch)
treec12b9c282e2706cb6bac87456615dfdf2b256e55 /textproc/php5-dom
parentcce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff)
downloadpkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.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}