diff options
Diffstat (limited to 'devel/ruby-strscan/Makefile')
-rw-r--r-- | devel/ruby-strscan/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/ruby-strscan/Makefile b/devel/ruby-strscan/Makefile index 023061871ae4..abea0d206c67 100644 --- a/devel/ruby-strscan/Makefile +++ b/devel/ruby-strscan/Makefile @@ -6,7 +6,7 @@ # PORTNAME= strscan -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= devel ruby MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www1.u-netsurf.ne.jp/~brew/mine/soft/ @@ -23,13 +23,10 @@ USE_RUBY_SETUP= yes DOCS_EN= README.en \ doc.en/changes.html doc.en/index.html \ doc.en/reference.html doc.en/usage.html -DOCS_JA= doc.ja/changes.html doc.ja/index.html \ +DOCS_JA= README.ja \ + doc.ja/changes.html doc.ja/index.html \ doc.ja/reference.html doc.ja/usage.html -post-patch: - ${PERL} -i -ne '/\bstrscan\b/ and print' ${WRKSRC}/lib/PATHCONV - for d in amstd; do ${RM} -rf ${WRKSRC}/lib/$$d; done - do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_DOCDIR}/strscan/ja |