summaryrefslogtreecommitdiff
path: root/textproc/php-json
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/php-json
parentcce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff)
downloadpkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz
Add DESTDIR support.
Diffstat (limited to 'textproc/php-json')
-rw-r--r--textproc/php-json/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/php-json/Makefile b/textproc/php-json/Makefile
index 7ae6eaa8f1a..4360b71ef50 100644
--- a/textproc/php-json/Makefile
+++ b/textproc/php-json/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/11/06 22:22:51 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:51 joerg Exp $
MODNAME= json
PECL_VERSION= 1.2.1
CATEGORIES+= textproc
COMMENT= PHP extension for JSON serialization support
+PKG_DESTDIR_SUPPORT= user-destdir
+
CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
.include "../../lang/php/ext.mk"