diff options
author | knu <knu@FreeBSD.org> | 2000-08-18 02:21:12 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-18 02:21:12 +0000 |
commit | b3612e7c8e6e0d2af3ad41ce39340d24db3633c6 (patch) | |
tree | 3d39974489569203dd76281b29c927e954a5f1a5 /converters | |
parent | 79d0aadd9d0dbf818c85136aee9e88afb529b792 (diff) | |
download | FreeBSD-ports-b3612e7c8e6e0d2af3ad41ce39340d24db3633c6.zip FreeBSD-ports-b3612e7c8e6e0d2af3ad41ce39340d24db3633c6.tar.gz |
Use command line arguments rather than patching the configure script.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/ruby-iconv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/ruby-iconv/Makefile b/converters/ruby-iconv/Makefile index 9022f9e..1a357a9 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: |