From 185ceb675cf8b26e316a037b83225c000ff26f23 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Fri, 6 Dec 2002 17:17:38 +0000 Subject: Introduce a knob RUBY_NO_RD_HTML and enable it by default on alpha. This replaces the non-working NOPORTDOCS workaround and fixes build on the alpha, where rd2 coredumps. Tested on: the axp cluster Approved by: kris --- devel/rubygem-gettext/Makefile | 16 ++++++++-------- devel/rubygem-gettext/pkg-plist | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'devel/rubygem-gettext') diff --git a/devel/rubygem-gettext/Makefile b/devel/rubygem-gettext/Makefile index f2e7bcf0ddda..a2512d611310 100644 --- a/devel/rubygem-gettext/Makefile +++ b/devel/rubygem-gettext/Makefile @@ -19,24 +19,24 @@ MAINTAINER= knu@FreeBSD.org BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext USE_RUBY= yes -USE_RUBY_RDTOOL= yes USE_RUBY_SETUP= yes RUBY_SETUP= install.rb +RUBY_RD_FILES= # defined RUBY_SHEBANG_FILES= ${WRKSRC}/samples/*.rb -post-build: +post-install: doc-install + +.include + +doc-install: .if !defined(NOPORTDOCS) +.if !defined(RUBY_NO_RD_HTML) cd ${WRKSRC}/docs; ${RUBY} makehtml.rb - cd ${WRKSRC}/samples; ${RUBY} makemo.rb .endif - -post-install: -.if !defined(NOPORTDOCS) + cd ${WRKSRC}/samples; ${RUBY} makemo.rb ${MKDIR} ${RUBY_MODEXAMPLESDIR} ${CP} -R ${WRKSRC}/samples/* ${RUBY_MODEXAMPLESDIR}/ ${MKDIR} ${RUBY_MODDOCDIR} ${CP} -R ${WRKSRC}/docs/* ${RUBY_MODDOCDIR}/ .endif - -.include diff --git a/devel/rubygem-gettext/pkg-plist b/devel/rubygem-gettext/pkg-plist index 140b127da44a..5f2a7aeda4f7 100644 --- a/devel/rubygem-gettext/pkg-plist +++ b/devel/rubygem-gettext/pkg-plist @@ -45,8 +45,8 @@ share/locale/ja/LC_MESSAGES/rgettext.mo %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% %%PORTDOCS%%%%RUBY_MODDOCDIR%%/README %%PORTDOCS%%%%RUBY_MODDOCDIR%%/config.rb -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/en/ruby-gettext.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/ja/ruby-gettext.html +%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/html/en/ruby-gettext.html +%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/html/ja/ruby-gettext.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/html/style.css %%PORTDOCS%%%%RUBY_MODDOCDIR%%/makehtml.rb %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rd/en/LANGUAGE -- cgit v1.2.3