aboutsummaryrefslogtreecommitdiff
path: root/japanese/ruby-uconv
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-27 16:52:51 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-27 16:52:51 +0000
commit2e87c89fc5e16deb207adcbb0f7cbb1f27cfed05 (patch)
tree9b1e47232ef5d5948a1c3465db51086898b8c450 /japanese/ruby-uconv
parentfc38456d467f7e1852bd07dde4c376f32be3eae8 (diff)
downloadports-2e87c89fc5e16deb207adcbb0f7cbb1f27cfed05.tar.gz
ports-2e87c89fc5e16deb207adcbb0f7cbb1f27cfed05.zip
Back out the previous commit. That one has a problem which occurs on
cross-language master-slave ports. I just wonder how I could overlook this. I thought I tested with Wnn, netscape and so on. *sigh* Yes, I know how I can fix it, but I'd certainly back out first. Reported by: steve Pointy hat to: knu
Notes
Notes: svn path=/head/; revision=32040
Diffstat (limited to 'japanese/ruby-uconv')
-rw-r--r--japanese/ruby-uconv/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/japanese/ruby-uconv/Makefile b/japanese/ruby-uconv/Makefile
index 451990937b84..c9a9cf73b538 100644
--- a/japanese/ruby-uconv/Makefile
+++ b/japanese/ruby-uconv/Makefile
@@ -11,7 +11,6 @@ CATEGORIES= japanese converters ruby
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.bekkoame.ne.jp/~yoshidam/
MASTER_SITE_SUBDIR= knu
-PKGNAMEPREFIX= ruby-
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
@@ -31,6 +30,10 @@ RUBY_ARCH= ${ARCH}-freebsd${OSREL}
EXAMPLES= euc2unicode.rb test_euc.txt test_euc.xml \
trilang.xml unicode2euc.rb xmlconv.rb
+.include <bsd.port.pre.mk>
+
+PKGNAMEPREFIX:= ${PKGNAMEPREFIX}ruby-
+
do-configure:
@cd ${WRKSRC}; \
${SETENV} ${CONFIGURE_ENV} ${RUBY} extconf.rb
@@ -46,4 +49,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README.ja ${PREFIX}/share/doc/ruby/uconv/ja/
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>