diff options
author | asau <asau@pkgsrc.org> | 2012-10-06 14:25:10 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-06 14:25:10 +0000 |
commit | cb73c428889e1f047e4edcfff3556b151aed671d (patch) | |
tree | 45c200d3379d205accaa874327b42408d04214aa /inputmethod/ruby-zinnia/Makefile | |
parent | 6900f0332e5d18d28c7ab5cc3bf31595f49e1ec1 (diff) | |
download | pkgsrc-cb73c428889e1f047e4edcfff3556b151aed671d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'inputmethod/ruby-zinnia/Makefile')
-rw-r--r-- | inputmethod/ruby-zinnia/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/inputmethod/ruby-zinnia/Makefile b/inputmethod/ruby-zinnia/Makefile index 7d111cc70cb..029e8a665b3 100644 --- a/inputmethod/ruby-zinnia/Makefile +++ b/inputmethod/ruby-zinnia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/02/21 16:01:18 taca Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/06 14:25:15 asau Exp $ # .include "../../inputmethod/zinnia/Makefile.common" @@ -8,8 +8,6 @@ CATEGORIES+= ruby COMMENT= Zinnia ruby module -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ |