diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-15 02:09:17 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-15 02:09:17 +0000 |
commit | 21102c467e292a139d3968e3ed771d0ee5ab1fc8 (patch) | |
tree | da51955c83faa6c9b949f2097c53f9f0c3a5c578 /devel/ruby-term-ansicolor | |
parent | e05af3866e5cd2b69a0f52fd70bbcd22b350ccf7 (diff) |
- fix error noted by kris@
Notes
Notes:
svn path=/head/; revision=182393
Diffstat (limited to 'devel/ruby-term-ansicolor')
-rw-r--r-- | devel/ruby-term-ansicolor/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/ruby-term-ansicolor/Makefile b/devel/ruby-term-ansicolor/Makefile index b87028371fa2..4a5717d19644 100644 --- a/devel/ruby-term-ansicolor/Makefile +++ b/devel/ruby-term-ansicolor/Makefile @@ -18,12 +18,17 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Term::ANSIColor for Ruby USE_RUBY= yes -USE_RUBY_SETUP= yes RUBY_SETUP= install.rb +NO_BUILD= yes + DOCS= README.en EXAMPLES= examples/* +do-install: + @cd ${INSTALL_WRKSRC}; \ + ${SETENV} ${MAKE_ENV} ${RUBY} ${RUBY_FLAGS} ${RUBY_SETUP} + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} |