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 | 2eec0c995ec1343785ddb17e170abfc13c8c918e (patch) | |
tree | 45c200d3379d205accaa874327b42408d04214aa /inputmethod/m17n-im-config | |
parent | 331246edf480f4eda17d29e21bbf8dd23fd5ec24 (diff) | |
download | pkgsrc-2eec0c995ec1343785ddb17e170abfc13c8c918e.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'inputmethod/m17n-im-config')
-rw-r--r-- | inputmethod/m17n-im-config/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/inputmethod/m17n-im-config/Makefile b/inputmethod/m17n-im-config/Makefile index 2b9e4940994..e7cbbcb67d8 100644 --- a/inputmethod/m17n-im-config/Makefile +++ b/inputmethod/m17n-im-config/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/10/02 17:11:22 tron Exp $ +# $NetBSD: Makefile,v 1.18 2012/10/06 14:25:14 asau Exp $ # DISTNAME= m17n-im-config-0.9.0 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.m17n.org/common/im-config/index.html COMMENT= Configuration input methods of the m17n library LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config |