diff options
author | knu <knu@FreeBSD.org> | 2001-12-23 00:45:05 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-12-23 00:45:05 +0800 |
commit | e84b636512935864eacc1018f42c423869d61d17 (patch) | |
tree | 990c8b1904159c289a11d865ed43035cd2d04eb6 /lang/ruby18 | |
parent | c9bdb14b4a388c20e4b4e523d32c2c2008a5fc69 (diff) | |
download | freebsd-ports-gnome-e84b636512935864eacc1018f42c423869d61d17.tar.gz freebsd-ports-gnome-e84b636512935864eacc1018f42c423869d61d17.tar.zst freebsd-ports-gnome-e84b636512935864eacc1018f42c423869d61d17.zip |
Properly set the file mode bits of the irb executables to ${BINMODE}.
Diffstat (limited to 'lang/ruby18')
-rw-r--r-- | lang/ruby18/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 49bce190716c..c8c192bcf2ec 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -108,6 +108,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} |