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/uim | |
parent | 060b86e6eef037d8debe216a3978f29792a304b4 (diff) | |
download | pkgsrc-7a4298cfbd8dfdb30b660428c41b6c53d1ee3604.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 |