aboutsummaryrefslogtreecommitdiff
path: root/converters/ruby-iconv
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 /converters/ruby-iconv
parent15a6f940b34d4629857c8fee968aa4ba55579edd (diff)
downloadports-41b71624e5e8c34d76bbec9202c3662b9d6007cc.tar.gz
ports-41b71624e5e8c34d76bbec9202c3662b9d6007cc.zip
Use command line arguments rather than patching the configure script.
Notes
Notes: svn path=/head/; revision=31727
Diffstat (limited to 'converters/ruby-iconv')
-rw-r--r--converters/ruby-iconv/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/ruby-iconv/Makefile b/converters/ruby-iconv/Makefile
index 9022f9ea9bd4..1a357a997d91 100644
--- a/converters/ruby-iconv/Makefile
+++ b/converters/ruby-iconv/Makefile
@@ -24,6 +24,7 @@ BUILD_DEPENDS+= rd2:${PORTSDIR}/textproc/ruby-rdtool
.endif
INSTALL_TARGET= site-install
+CONFIGURE_ARGS= --with-opt-dir="${LOCALBASE}"
PLIST_SUB= RUBY_VER="${RUBY_VER}" RUBY_ARCH="${RUBY_ARCH}"
@@ -33,7 +34,7 @@ RUBY_ARCH?= ${ARCH}-freebsd${OSREL}
do-configure:
@cd ${WRKSRC}; \
- ${SETENV} ${CONFIGURE_ENV} ${RUBY} extconf.rb
+ ${SETENV} ${CONFIGURE_ENV} ${RUBY} extconf.rb ${CONFIGURE_ARGS}
.if !defined(NOPORTDOCS)
post-build: