diff options
author | asau <asau@pkgsrc.org> | 2012-10-25 06:55:37 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-25 06:55:37 +0000 |
commit | 4961a4ef35d266a26e4c92f763c5beb55aa5aa1d (patch) | |
tree | caa131cad17b4e52aebb33e65aa8d33b465c8d17 /textproc/php-json | |
parent | 2262ab01581d38812d696c0a16855c7f1cf392de (diff) | |
download | pkgsrc-4961a4ef35d266a26e4c92f763c5beb55aa5aa1d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'textproc/php-json')
-rw-r--r-- | textproc/php-json/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/php-json/Makefile b/textproc/php-json/Makefile index 47fecb0d6dd..dda350209ee 100644 --- a/textproc/php-json/Makefile +++ b/textproc/php-json/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2010/02/27 03:52:38 taca Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/25 06:56:45 asau Exp $ MODNAME= json CATEGORIES+= textproc COMMENT= PHP extension for JSON serialization support -PKG_DESTDIR_SUPPORT= user-destdir - CONFIGURE_ARGS+= --enable-${MODNAME}=shared .include "../../lang/php/ext.mk" |