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 | 93c0cf7b312bd2ddace1c7ae90cead4845f56858 (patch) | |
tree | caa131cad17b4e52aebb33e65aa8d33b465c8d17 /textproc/php-intl | |
parent | 08ccba303532790b612dfec25a06e14a4a35dc9a (diff) | |
download | pkgsrc-93c0cf7b312bd2ddace1c7ae90cead4845f56858.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'textproc/php-intl')
-rw-r--r-- | textproc/php-intl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/php-intl/Makefile b/textproc/php-intl/Makefile index 638ab9a69fc..3129c4db43c 100644 --- a/textproc/php-intl/Makefile +++ b/textproc/php-intl/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2012/07/20 12:30:37 taca Exp $ +# $NetBSD: Makefile,v 1.14 2012/10/25 06:56:45 asau Exp $ MODNAME= intl CATEGORIES+= textproc COMMENT= PHP extension for i18n LICENSE= php -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} |