diff options
author | Brian Somers <brian@FreeBSD.org> | 2007-05-25 18:01:51 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2007-05-25 18:01:51 +0000 |
commit | f93bcc044996da017c9e170649e8e6c989d95ed3 (patch) | |
tree | 8fdbea97221e65b4a733e74939fde61aeda33806 /lang/ruby18 | |
parent | 9a5024d59f4a15bb181d275a2ecb4b55e828f733 (diff) | |
download | ports-f93bcc044996da017c9e170649e8e6c989d95ed3.tar.gz ports-f93bcc044996da017c9e170649e8e6c989d95ed3.zip |
Notes
Diffstat (limited to 'lang/ruby18')
-rw-r--r-- | lang/ruby18/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index e2322053f856..ca53811b4cff 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -175,7 +175,7 @@ post-build: @${RB_SET_CONF_VAR} "INSTALL_SCRIPT" "ENV['RB_USER_INSTALL'] ? '${INSTALL} ${COPY} -m ${BINMODE}' : '${INSTALL_SCRIPT}'" @${RB_SET_CONF_VAR} "INSTALL_DATA" "ENV['RB_USER_INSTALL'] ? '${INSTALL} ${COPY} -m ${SHAREMODE}' : '${INSTALL_DATA}'" -pre-install: +pre-su-install: ${MKDIR} ${RUBY_DOCDIR} \ ${RUBY_ELISPDIR} \ ${RUBY_EXAMPLESDIR} \ |