From 21102c467e292a139d3968e3ed771d0ee5ab1fc8 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Mon, 15 Jan 2007 02:09:17 +0000 Subject: [PATCH] - fix error noted by kris@ --- devel/ruby-term-ansicolor/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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}