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/imhangul | |
parent | 060b86e6eef037d8debe216a3978f29792a304b4 (diff) | |
download | pkgsrc-7a4298cfbd8dfdb30b660428c41b6c53d1ee3604.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'inputmethod/imhangul')
-rw-r--r-- | inputmethod/imhangul/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/inputmethod/imhangul/Makefile b/inputmethod/imhangul/Makefile index da655543600..8c28b0fda70 100644 --- a/inputmethod/imhangul/Makefile +++ b/inputmethod/imhangul/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/10/02 17:11:22 tron Exp $ +# $NetBSD: Makefile,v 1.28 2012/10/06 14:25:13 asau Exp $ DISTNAME= imhangul-2.0.0 PKGREVISION= 4 @@ -11,8 +11,6 @@ HOMEPAGE= http://kldp.net/projects/imhangul/ COMMENT= GTK+-2.0 Hangul Input Module LICENSE= gnu-gpl-v2 # or later -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= pkg-config msgfmt GNU_CONFIGURE= YES USE_LIBTOOL= YES |