aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-gettext/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-07-07 17:30:55 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-07-07 17:30:55 +0000
commit7aa50079d19894b1b708176c44382179ab5880a2 (patch)
tree642d959cfd74c00e2bb18f04055c2cf1f2945a5e /devel/rubygem-gettext/Makefile
parent5b7fa7c2cb5317af105e4fa1f787f0a624f46d94 (diff)
downloadports-7aa50079d19894b1b708176c44382179ab5880a2.tar.gz
ports-7aa50079d19894b1b708176c44382179ab5880a2.zip
Notes
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)