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/ibus-m17n | |
parent | 060b86e6eef037d8debe216a3978f29792a304b4 (diff) | |
download | pkgsrc-7a4298cfbd8dfdb30b660428c41b6c53d1ee3604.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'inputmethod/ibus-m17n')
-rw-r--r-- | inputmethod/ibus-m17n/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/inputmethod/ibus-m17n/Makefile b/inputmethod/ibus-m17n/Makefile index 7aeda4cb597..a5191208c2c 100644 --- a/inputmethod/ibus-m17n/Makefile +++ b/inputmethod/ibus-m17n/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/02 17:11:21 tron Exp $ +# $NetBSD: Makefile,v 1.19 2012/10/06 14:25:12 asau Exp $ # DISTNAME= ibus-m17n-1.3.4 @@ -11,8 +11,6 @@ HOMEPAGE= http://code.google.com/p/ibus/ COMMENT= M17N engine for IBus platform LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |