mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
rubygem-irb: Fix install with ruby 2.7
This commit is contained in:
parent
544741ba0d
commit
3c3b7410c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528368
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ PLIST_FILES= bin/irb \
|
|||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/man/man1
|
||||
${INSTALL_DATA} ${WRKSRC}/man/irb.1
|
||||
${INSTALL_DATA} ${WRKSRC}/man/irb.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||
.elif ${RUBY_VER} == 2.6
|
||||
# WIP: irb wrapper script is installed by ruby port so far, see bug 241554, 237833
|
||||
post-install:
|
||||
|
|
Loading…
Add table
Reference in a new issue