diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 00:20:09 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 00:20:09 +0000 |
commit | 4b28dc63f43322fadab47cce17aecf0d5481df02 (patch) | |
tree | 49263710b16be5f3d6b2640f13150eca30da8db8 /converters/ruby-uconv | |
parent | 10e57b98b03f5181234ab7d591a22649fbf4446a (diff) | |
download | pkgsrc-4b28dc63f43322fadab47cce17aecf0d5481df02.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'converters/ruby-uconv')
-rw-r--r-- | converters/ruby-uconv/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/ruby-uconv/Makefile b/converters/ruby-uconv/Makefile index c713ca313ba..0f9b23c2305 100644 --- a/converters/ruby-uconv/Makefile +++ b/converters/ruby-uconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2011/02/21 16:01:11 taca Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/03 00:20:17 asau Exp $ DISTNAME= uconv-0.4.12 PKGREVISION= 6 @@ -10,8 +10,6 @@ HOMEPAGE= http://www.yoshidam.net/Ruby.html#uconv COMMENT= Unicode conversion library with Japanese codesets support LICENSE= gnu-gpl-v2 OR ruby-license -PKG_DESTDIR_SUPPORT= user-destdir - # Depends on Ruby's internal and use 1.9's encoding support. RUBY_VERSION_SUPPORTED= 18 USE_RUBY_EXTCONF= yes |