summaryrefslogtreecommitdiff
path: root/devel/ruby-intl
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-18 02:21:12 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-18 02:21:12 +0000
commit41b71624e5e8c34d76bbec9202c3662b9d6007cc (patch)
treea4fc3c956835e6b9b1b81e915c69cd0c7f1272ad /devel/ruby-intl
parentUpdate Ruby to the new stable version, 1.4.6. (diff)
Use command line arguments rather than patching the configure script.
Notes
Notes: svn path=/head/; revision=31727
Diffstat (limited to 'devel/ruby-intl')
-rw-r--r--devel/ruby-intl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ruby-intl/Makefile b/devel/ruby-intl/Makefile
index ccb1d28dc0cb..61fc77133f9c 100644
--- a/devel/ruby-intl/Makefile
+++ b/devel/ruby-intl/Makefile
@@ -20,6 +20,7 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
RUN_DEPENDS= ruby:${PORTSDIR}/lang/ruby
INSTALL_TARGET= site-install
+CONFIGURE_ARGS= --with-opt-dir="${LOCALBASE}"
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_SUB= RUBY_VER="${RUBY_VER}" RUBY_ARCH="${RUBY_ARCH}"
@@ -30,7 +31,7 @@ RUBY_ARCH?= ${ARCH}-freebsd${OSREL}
do-configure:
@cd ${WRKSRC}; \
- ${SETENV} ${CONFIGURE_ENV} ${RUBY} extconf.rb
+ ${SETENV} ${CONFIGURE_ENV} ${RUBY} extconf.rb ${CONFIGURE_ARGS}
post-install:
.if !defined(NOPORTDOCS)