summaryrefslogtreecommitdiff
path: root/converters/ruby-uconv
diff options
context:
space:
mode:
authorasau <asau>2012-10-03 00:20:09 +0000
committerasau <asau>2012-10-03 00:20:09 +0000
commit0b84d2d428d57864ec72b38f5105145e947d3a06 (patch)
tree49263710b16be5f3d6b2640f13150eca30da8db8 /converters/ruby-uconv
parent64bd928e7ccf8bcb2e0fac65e5b369ed44f5081a (diff)
downloadpkgsrc-0b84d2d428d57864ec72b38f5105145e947d3a06.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/Makefile4
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