diff options
author | asau <asau> | 2012-10-06 14:25:10 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-06 14:25:10 +0000 |
commit | 7a4298cfbd8dfdb30b660428c41b6c53d1ee3604 (patch) | |
tree | 45c200d3379d205accaa874327b42408d04214aa /inputmethod/im-ja | |
parent | 060b86e6eef037d8debe216a3978f29792a304b4 (diff) | |
download | pkgsrc-7a4298cfbd8dfdb30b660428c41b6c53d1ee3604.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'inputmethod/im-ja')
-rw-r--r-- | inputmethod/im-ja/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/inputmethod/im-ja/Makefile b/inputmethod/im-ja/Makefile index c9e081c9dc5..e52b712f7c8 100644 --- a/inputmethod/im-ja/Makefile +++ b/inputmethod/im-ja/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2012/10/02 17:11:22 tron Exp $ +# $NetBSD: Makefile,v 1.21 2012/10/06 14:25:13 asau Exp $ # DISTNAME= im-ja-1.5 @@ -11,8 +11,6 @@ HOMEPAGE= http://im-ja.sourceforge.net/ COMMENT= Japanese input module for GTK2 and XIM server #LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 # AND bsd? -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= intltool msgfmt pkg-config gmake |