aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-gettext/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-gettext/Makefile')
-rw-r--r--devel/rubygem-gettext/Makefile19
1 files changed, 11 insertions, 8 deletions
diff --git a/devel/rubygem-gettext/Makefile b/devel/rubygem-gettext/Makefile
index 6e6748bc7398..0fad97de9f68 100644
--- a/devel/rubygem-gettext/Makefile
+++ b/devel/rubygem-gettext/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gettext
-PORTVERSION= 0.2.1
+PORTVERSION= 0.3.1
CATEGORIES= devel ruby
MASTER_SITES= http://home2.highway.ne.jp/mutoh/tools/ruby/
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,16 +17,19 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
USE_RUBY= yes
-.if !defined(NOPORTDOCS)
-USE_RUBY_RD= yes
-.endif
+#.if !defined(NOPORTDOCS)
+#USE_RUBY_RD= yes
+#.endif
USE_RUBY_SETUP= yes
RUBY_SETUP= install.rb
-post-build:
-.if !defined(NOPORTDOCS)
- cd ${WRKSRC}/docs; ${RUBY} yard2html.rb
-.endif
+post-extract:
+ cd ${WRKSRC}/ext/gettext/gettext; ${RM} -f *.o *.so
+
+#post-build:
+#.if !defined(NOPORTDOCS)
+# cd ${WRKSRC}/docs; ${RUBY} yard2html.rb
+#.endif
post-install:
.if !defined(NOPORTDOCS)