Remove a nonsense '${f}'.

PR:		ports/35184
Submitted by:	Dan Nelson <dnelson@allantgroup.com>
This commit is contained in:
Akinori MUSHA 2002-02-21 19:44:39 +00:00
parent c8bdef2e13
commit e7c1eb4000
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55051

View file

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