aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2007-01-15 10:09:17 +0800
committerclsung <clsung@FreeBSD.org>2007-01-15 10:09:17 +0800
commit35a57715180bd12ea61be64f9481ba388a220060 (patch)
tree0282cbcc56db6013b696e7cf27946ce1b6287afa /devel
parentefd180892aa00b6126cea64d8b82d2ff662cbca6 (diff)
downloadfreebsd-ports-gnome-35a57715180bd12ea61be64f9481ba388a220060.tar.gz
freebsd-ports-gnome-35a57715180bd12ea61be64f9481ba388a220060.tar.zst
freebsd-ports-gnome-35a57715180bd12ea61be64f9481ba388a220060.zip
- fix error noted by kris@
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-term-ansicolor/Makefile7
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}