diff options
Diffstat (limited to 'devel/ruby-optparse/Makefile')
-rw-r--r-- | devel/ruby-optparse/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/ruby-optparse/Makefile b/devel/ruby-optparse/Makefile index cc1132ec7901..103ddb7d846e 100644 --- a/devel/ruby-optparse/Makefile +++ b/devel/ruby-optparse/Makefile @@ -21,7 +21,8 @@ NO_BUILD= yes DOCS_EN= ChangeLog \ ChangeLog.html \ README.en \ - optparse.html \ + optparse.en.html \ + optparse.en.rd \ optparse.rlog \ rmi.html DOCS_JA= FIRSTSTEP.ja.html \ @@ -30,6 +31,9 @@ DOCS_JA= FIRSTSTEP.ja.html \ optparse.ja.html \ optparse.ja.rd +post-extract: + ${MV} ${WRKSRC}/optparse.html ${WRKSRC}/optparse.en.html + do-install: ${MKDIR} ${RUBY_SITELIBDIR}/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/optparse.rb ${RUBY_SITELIBDIR}/ |