diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-12-21 20:37:00 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-12-21 20:37:00 +0000 |
commit | e02467c37d5225db69f0ec268c1b2b221f49cbeb (patch) | |
tree | 3f782e6d37a149229b9ca710c6165e22f90a040a /textproc/ruby-format | |
parent | 27a6fbeab4d6d900435e506cccd2db3bbaa4af5e (diff) |
Notes
Diffstat (limited to 'textproc/ruby-format')
-rw-r--r-- | textproc/ruby-format/Makefile | 19 | ||||
-rw-r--r-- | textproc/ruby-format/distinfo | 2 | ||||
-rw-r--r-- | textproc/ruby-format/pkg-plist | 3 |
3 files changed, 8 insertions, 16 deletions
diff --git a/textproc/ruby-format/Makefile b/textproc/ruby-format/Makefile index 21154eca715b..71a187397085 100644 --- a/textproc/ruby-format/Makefile +++ b/textproc/ruby-format/Makefile @@ -6,7 +6,7 @@ # PORTNAME= format -PORTVERSION= 0.93 +PORTVERSION= 1.02 CATEGORIES= textproc ruby #MASTER_SITES= http://www.crhc.uiuc.edu/~rubel/ MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -18,24 +18,17 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org USE_RUBY= yes -.if !defined(NOPORTDOCS) -USE_RUBY_RD= yes -.endif - -NO_WRKSUBDIR= yes -do-build: -.if !defined(NOPORTDOCS) - cd ${WRKSRC}; ${RUBY_RD} format.rb > format.html -.endif +WRKSRC= ${WRKDIR}/FormatR +NO_BUILD= yes do-install: ${INSTALL_DATA} ${WRKSRC}/format.rb ${RUBY_SITELIBDIR}/ .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/test_format.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/ - ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/format.html ${RUBY_DOCDIR}/${PORTNAME}/ +.for f in test_format.rb format_test.pl + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/ +.endfor .endif .include <bsd.port.mk> diff --git a/textproc/ruby-format/distinfo b/textproc/ruby-format/distinfo index 4d095490195f..fbd6c30fc896 100644 --- a/textproc/ruby-format/distinfo +++ b/textproc/ruby-format/distinfo @@ -1 +1 @@ -MD5 (ruby/FormatR-0.93.tar.gz) = 78991203f637b669e767c1c1d8113882 +MD5 (ruby/FormatR-1.02.tar.gz) = 22a4f686c64798ff0c81bd4fed9c2b1e diff --git a/textproc/ruby-format/pkg-plist b/textproc/ruby-format/pkg-plist index ede47b3d10a7..c97bf0544ead 100644 --- a/textproc/ruby-format/pkg-plist +++ b/textproc/ruby-format/pkg-plist @@ -1,5 +1,4 @@ %%RUBY_SITELIBDIR%%/format.rb +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/format/format_test.pl %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/format/test_format.rb %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/format -%%PORTDOCS%%%%RUBY_DOCDIR%%/format/format.html -%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/format |