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/uim | |
parent | 331246edf480f4eda17d29e21bbf8dd23fd5ec24 (diff) | |
download | pkgsrc-2eec0c995ec1343785ddb17e170abfc13c8c918e.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'inputmethod/uim')
-rw-r--r-- | inputmethod/uim/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile index 18ae7df4c15..f458b5da249 100644 --- a/inputmethod/uim/Makefile +++ b/inputmethod/uim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2012/10/02 17:11:25 tron Exp $ +# $NetBSD: Makefile,v 1.67 2012/10/06 14:25:21 asau Exp $ # .include "../../inputmethod/uim/Makefile.common" @@ -10,8 +10,6 @@ COMMENT= Multilingual input method library CONFLICTS+= uim-qt4-immodule-[0-9]* -PKG_DESTDIR_SUPPORT= user-destdir - USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake intltool pkg-config msgfmt |