mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Use RUBY_SUFFIX
With hat: ruby
This commit is contained in:
parent
2c6510d675
commit
a1658362b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431394
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ PORTDOCS= *
|
||||||
|
|
||||||
do-build:
|
do-build:
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
cd ${BUILD_WRKSRC}; ${LOCALBASE}/bin/rdoc${RUBY_VER:S/.//} ${LIB_FILES}
|
cd ${BUILD_WRKSRC}; ${LOCALBASE}/bin/rdoc${RUBY_SUFFIX} ${LIB_FILES}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
Loading…
Add table
Reference in a new issue