rubygem-irb: Fix install with ruby 2.7

This commit is contained in:
Adam Weinberger 2020-03-13 17:53:44 +00:00
parent 544741ba0d
commit 3c3b7410c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528368

View file

@ -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: