diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-03-12 12:58:52 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-03-12 12:58:52 +0000 |
commit | 745d940751123d06c0844995763c7e4acb1a8302 (patch) | |
tree | e86a36f0f2c039919f9260bb8c714ae96215ff92 /devel/ruby-rrb | |
parent | c821f1a0b72de441f9eb78d1007363dfdecfa633 (diff) | |
download | ports-745d940751123d06c0844995763c7e4acb1a8302.tar.gz ports-745d940751123d06c0844995763c7e4acb1a8302.zip |
- Fix intall place
Notes
Notes:
svn path=/head/; revision=131019
Diffstat (limited to 'devel/ruby-rrb')
-rw-r--r-- | devel/ruby-rrb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-rrb/Makefile b/devel/ruby-rrb/Makefile index b492e0747f51..256b00c61155 100644 --- a/devel/ruby-rrb/Makefile +++ b/devel/ruby-rrb/Makefile @@ -21,6 +21,6 @@ USE_RUBY_SETUP= yes do-install: @${ECHO_MSG} "===> Running ${RUBY_SETUP} to install" @cd ${INSTALL_WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${RUBY} ${RUBY_FLAGS} ${RUBY_SETUP} install --prefix=${PREFIX} + ${SETENV} ${MAKE_ENV} ${RUBY} ${RUBY_FLAGS} ${RUBY_SETUP} install .include <bsd.port.mk> |