mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Remove a nonsense '${f}'.
PR: ports/35184 Submitted by: Dan Nelson <dnelson@allantgroup.com>
This commit is contained in:
parent
c8bdef2e13
commit
e7c1eb4000
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55051
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ post-extract:
|
|||
do-install:
|
||||
${MKDIR} ${RUBY_SITELIBDIR}/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/optparse.rb ${RUBY_SITELIBDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/optparse/*.rb${f} ${RUBY_SITELIBDIR}/${PORTNAME}/
|
||||
${INSTALL_DATA} ${WRKSRC}/optparse/*.rb ${RUBY_SITELIBDIR}/${PORTNAME}/
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}/ja
|
||||
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja
|
||||
|
|
Loading…
Add table
Reference in a new issue