diff options
author | knu <knu@FreeBSD.org> | 2002-03-30 20:12:53 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-03-30 20:12:53 +0800 |
commit | e121e421c4ba57e9a948de7b47d7fc463d943ae7 (patch) | |
tree | c18a563082a3fa10df3cfc772e8affe4f13acb95 /lang/ruby-python/Makefile | |
parent | ea3299de3c900df6d9d7bce12f1592ed6441176a (diff) | |
download | freebsd-ports-gnome-e121e421c4ba57e9a948de7b47d7fc463d943ae7.tar.gz freebsd-ports-gnome-e121e421c4ba57e9a948de7b47d7fc463d943ae7.tar.zst freebsd-ports-gnome-e121e421c4ba57e9a948de7b47d7fc463d943ae7.zip |
cd dir && command -> cd dir; command
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: |