diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-21 19:44:39 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-21 19:44:39 +0000 |
commit | e7c1eb40008c882af13f9df66a99406d3f14b8eb (patch) | |
tree | 9bc285ab4c9fed61c22f44819a981d512f5e5eb4 | |
parent | Add 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/Makefile | 2 |
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 |