aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2023-11-12 13:56:00 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2023-11-12 13:57:30 +0000
commit6cd3c3b0b113e108b6330805a9df4547eef050ae (patch)
tree1c48d42c3743a46ff9af452b7851eec461f85db2
parentce1c6bcf3901dd375bb3101fa6c8263621b1eb5d (diff)
downloadports-6cd3c3b0b113e108b6330805a9df4547eef050ae.tar.gz
ports-6cd3c3b0b113e108b6330805a9df4547eef050ae.zip
devel/ruby-build: Add man page which is added since 20231107
-rw-r--r--devel/ruby-build/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/ruby-build/Makefile b/devel/ruby-build/Makefile
index 9e143a3be553..0009a149af7d 100644
--- a/devel/ruby-build/Makefile
+++ b/devel/ruby-build/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ruby-build
PORTVERSION= 20231107
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= devel ruby
@@ -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
@@ -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