diff options
Diffstat (limited to 'lang/ruby-python/Makefile')
-rw-r--r-- | lang/ruby-python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby-python/Makefile b/lang/ruby-python/Makefile index b8dc237f9809..01c4cb76db71 100644 --- a/lang/ruby-python/Makefile +++ b/lang/ruby-python/Makefile @@ -24,7 +24,7 @@ USE_RUBY= yes USE_RUBY_EXTCONF= yes WRKSRC= ${WRKDIR}/${PORTNAME} -CONFIGURE_ARGS= --with-python-lib=`cd ${PYTHON_PORTSDIR} && ${MAKE} -V WRKSRC` +CONFIGURE_ARGS= --with-python-lib=`cd ${PYTHON_PORTSDIR}; ${MAKE} -V WRKSRC` INSTALL_TARGET= site-install post-install: |