summaryrefslogtreecommitdiff
path: root/lang/ruby16
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-12-22 16:45:05 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-12-22 16:45:05 +0000
commitfc7b9ee6962f044fb42c72928057bab222c6c2a5 (patch)
tree9416fe8b3705427e7a930d0c31276bf2144d353e /lang/ruby16
parentAdd diclookup-emacs20, CDROM dictionary client for emacs20 (diff)
Properly set the file mode bits of the irb executables to ${BINMODE}.
Notes
Notes: svn path=/head/; revision=52001
Diffstat (limited to 'lang/ruby16')
-rw-r--r--lang/ruby16/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile
index 8c719a6f7ead..6bf7185bfa25 100644
--- a/lang/ruby16/Makefile
+++ b/lang/ruby16/Makefile
@@ -104,6 +104,7 @@ post-install:
-e ' end;' \
-e 'end' \
${IRB_WITH_SUFFIX}
+ ${CHMOD} ${BINMODE} ${IRB_WITH_SUFFIX}
${MKDIR} ${RUBY_ELISPDIR}
${TOUCH} ${RUBY_ELISPDIR}/.keep_me
${MKDIR} ${RUBY_EXAMPLESDIR}