summaryrefslogtreecommitdiff
path: root/textproc/php-json
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
commitba171a91fab519f587b027c1a2888cb6e3fce049 (patch)
treec12b9c282e2706cb6bac87456615dfdf2b256e55 /textproc/php-json
parent3ba79d294eb62e9c75cc32d37b4af7759af8c9d6 (diff)
downloadpkgsrc-ba171a91fab519f587b027c1a2888cb6e3fce049.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"