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/ja-freewnn-lib | |
parent | 6900f0332e5d18d28c7ab5cc3bf31595f49e1ec1 (diff) | |
download | pkgsrc-cb73c428889e1f047e4edcfff3556b151aed671d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'inputmethod/ja-freewnn-lib')
-rw-r--r-- | inputmethod/ja-freewnn-lib/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/inputmethod/ja-freewnn-lib/Makefile.common b/inputmethod/ja-freewnn-lib/Makefile.common index 22aa67eedf8..f2b27983b61 100644 --- a/inputmethod/ja-freewnn-lib/Makefile.common +++ b/inputmethod/ja-freewnn-lib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2011/09/13 07:23:16 mef Exp $ +# $NetBSD: Makefile.common,v 1.17 2012/10/06 14:25:13 asau Exp $ # used by inputmethod/ja-freewnn-server/Makefile # used by inputmethod/ja-freewnn-lib/Makefile @@ -12,8 +12,6 @@ HOMEPAGE= http://freewnn.sourceforge.jp/ COMMENT= Japanese/Chinese/Korean input method LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - USE_LIBTOOL= YES GNU_CONFIGURE= YES |