diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-23 21:02:09 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-23 21:02:09 +0000 |
commit | 95ceb936d172a88fd3f520f6b7ab4600061c49f2 (patch) | |
tree | 9d9d73c6112d3cdd855ed5d81282556dcba4422e /devel/rubygem-gettext/Makefile | |
parent | dfa31f08f4d13aff3a6d4ad16d7fec549b6156db (diff) | |
download | ports-95ceb936d172a88fd3f520f6b7ab4600061c49f2.tar.gz ports-95ceb936d172a88fd3f520f6b7ab4600061c49f2.zip |
Notes
Diffstat (limited to 'devel/rubygem-gettext/Makefile')
-rw-r--r-- | devel/rubygem-gettext/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/devel/rubygem-gettext/Makefile b/devel/rubygem-gettext/Makefile index 6576800a04b9..aecfe0616a0a 100644 --- a/devel/rubygem-gettext/Makefile +++ b/devel/rubygem-gettext/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gettext -PORTVERSION= 0.3.2 +PORTVERSION= 0.4.0 CATEGORIES= devel ruby MASTER_SITES= http://home2.highway.ne.jp/mutoh/tools/ruby/ MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,16 +17,17 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org USE_RUBY= yes -#.if !defined(NOPORTDOCS) -#USE_RUBY_RD= yes -#.endif +USE_RUBY_RD= yes USE_RUBY_SETUP= yes RUBY_SETUP= install.rb -#post-build: -#.if !defined(NOPORTDOCS) -# cd ${WRKSRC}/docs; ${RUBY} yard2html.rb -#.endif +RUBY_SHEBANG_FILES= ${WRKSRC}/samples/*.rb + +post-build: +.if !defined(NOPORTDOCS) + cd ${WRKSRC}/docs; ${RUBY} makehtml.rb + cd ${WRKSRC}/samples; ${RUBY} makemo.rb +.endif post-install: .if !defined(NOPORTDOCS) |