aboutsummaryrefslogtreecommitdiff
path: root/japanese/ruby-uconv
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-27 06:13:35 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-27 06:13:35 +0000
commit939eab9dd083f1ded04b0cee7244d050e4260d2a (patch)
tree535eb5cc0b733088584c84d1c018df3c8376f98d /japanese/ruby-uconv
parentefab284842059f46927b31ae9f4346817ec1a98d (diff)
downloadports-939eab9dd083f1ded04b0cee7244d050e4260d2a.tar.gz
ports-939eab9dd083f1ded04b0cee7244d050e4260d2a.zip
Notes
Diffstat (limited to 'japanese/ruby-uconv')
-rw-r--r--japanese/ruby-uconv/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/japanese/ruby-uconv/Makefile b/japanese/ruby-uconv/Makefile
index c9a9cf73b538..451990937b84 100644
--- a/japanese/ruby-uconv/Makefile
+++ b/japanese/ruby-uconv/Makefile
@@ -11,6 +11,7 @@ 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
@@ -30,10 +31,6 @@ 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
@@ -49,4 +46,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README.ja ${PREFIX}/share/doc/ruby/uconv/ja/
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>