summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-02-21 19:44:39 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-02-21 19:44:39 +0000
commite7c1eb40008c882af13f9df66a99406d3f14b8eb (patch)
tree9bc285ab4c9fed61c22f44819a981d512f5e5eb4
parentAdd vendor patch to correctly drop group privileges when changing uid. (diff)
Remove a nonsense '${f}'.
PR: ports/35184 Submitted by: Dan Nelson <dnelson@allantgroup.com>
Diffstat (limited to '')
-rw-r--r--devel/ruby-optparse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-optparse/Makefile b/devel/ruby-optparse/Makefile
index 1faa6334dc47..54104440ed18 100644
--- a/devel/ruby-optparse/Makefile
+++ b/devel/ruby-optparse/Makefile
@@ -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