diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-15 11:59:10 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-15 11:59:10 +0000 |
commit | 8e7f547885be119857c47b57d5d30027df0cfccd (patch) | |
tree | c523274c1063a06be19b1d8b233e27878d7fef60 /devel/ruby-gettext | |
parent | 608a92d76d0fd0e308a5729467cb42c1f96ba38d (diff) | |
download | ports-8e7f547885be119857c47b57d5d30027df0cfccd.tar.gz ports-8e7f547885be119857c47b57d5d30027df0cfccd.zip |
Update to 0.1.2.
Notes
Notes:
svn path=/head/; revision=54750
Diffstat (limited to 'devel/ruby-gettext')
-rw-r--r-- | devel/ruby-gettext/Makefile | 12 | ||||
-rw-r--r-- | devel/ruby-gettext/distinfo | 2 | ||||
-rw-r--r-- | devel/ruby-gettext/pkg-plist | 2 |
3 files changed, 11 insertions, 5 deletions
diff --git a/devel/ruby-gettext/Makefile b/devel/ruby-gettext/Makefile index c11369f09f4a..6d94de86cce7 100644 --- a/devel/ruby-gettext/Makefile +++ b/devel/ruby-gettext/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gettext -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.2 CATEGORIES= devel ruby MASTER_SITES= http://home2.highway.ne.jp/mutoh/tools/ruby/ MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,12 +17,16 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org USE_RUBY= yes +.if !defined(NOPORTDOCS) +USE_RUBY_RD= yes +.endif USE_RUBY_SETUP= yes RUBY_SETUP= install.rb -post-extract: - ${FIND} ${WRKSRC} -type d -name CVS -exec ${RM} -rf {} ';' -prune - ${FIND} ${WRKSRC} -type f -name '*~' -delete +post-build: +.if !defined(NOPORTDOCS) + cd ${WRKSRC}/docs; ${RUBY} yard2html.rb +.endif post-install: .if !defined(NOPORTDOCS) diff --git a/devel/ruby-gettext/distinfo b/devel/ruby-gettext/distinfo index 8451a00b04b5..90b281be0a53 100644 --- a/devel/ruby-gettext/distinfo +++ b/devel/ruby-gettext/distinfo @@ -1 +1 @@ -MD5 (ruby/ruby-gettext-package-0.1.1.tar.gz) = 7434e7080a88979cf0b22e9726c1ef5b +MD5 (ruby/ruby-gettext-package-0.1.2.tar.gz) = 1ff7420ca6d9b70b71e38eb0ed5ca462 diff --git a/devel/ruby-gettext/pkg-plist b/devel/ruby-gettext/pkg-plist index 0c1b49414bf2..4ec16fb33c51 100644 --- a/devel/ruby-gettext/pkg-plist +++ b/devel/ruby-gettext/pkg-plist @@ -6,9 +6,11 @@ share/locale/ja/LC_MESSAGES/rgettext.mo %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello2.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellogtk.rb +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellotk.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hello.mo %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hello2.mo %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hellogtk.mo +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hellotk.mo %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hello.pot %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hello2.pot %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hellogtk.pot |