Skip to content

Commit

Permalink
devel/ruby-build: Add man page which is added since 20231107
Browse files Browse the repository at this point in the history
  • Loading branch information
metalefty committed Nov 12, 2023
1 parent ce1c6bc commit 6cd3c3b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion devel/ruby-build/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ruby-build
PORTVERSION= 20231107
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= devel ruby

Expand All @@ -24,7 +25,8 @@ NO_BUILD= yes

PLIST_FILES= bin/ruby-build \
libexec/rbenv-install \
libexec/rbenv-uninstall
libexec/rbenv-uninstall \
share/man/man1/ruby-build.1.gz
PORTDATA= *

OPTIONS_DEFINE= RBENV
Expand All @@ -33,6 +35,7 @@ RBENV_DESC= Install rbenv for installation support
RBENV_RUN_DEPENDS= rbenv:devel/rbenv

do-install:
${INSTALL_MAN} ${WRKSRC}/share/man/man1/ruby-build.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_SCRIPT} ${WRKSRC}/bin/ruby-build ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/bin/rbenv-install ${STAGEDIR}${PREFIX}/libexec
${INSTALL_SCRIPT} ${WRKSRC}/bin/rbenv-uninstall ${STAGEDIR}${PREFIX}/libexec
Expand Down

0 comments on commit 6cd3c3b

Please sign in to comment.