summaryrefslogtreecommitdiffstats
path: root/textproc/ruby-sablot/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-10-07 07:14:01 +0000
committerknu <knu@FreeBSD.org>2001-10-07 07:14:01 +0000
commit1082bc19373ec9dcc8d70e09ddc57abfe6b391ff (patch)
treef01542900e3c95468af1ab08bf94a5a28b9b6abf /textproc/ruby-sablot/Makefile
parentd461907731e6005c128e938f47df52f413e0f7a3 (diff)
downloadFreeBSD-ports-1082bc19373ec9dcc8d70e09ddc57abfe6b391ff.zip
FreeBSD-ports-1082bc19373ec9dcc8d70e09ddc57abfe6b391ff.tar.gz
Update to 0.5.2.
Diffstat (limited to 'textproc/ruby-sablot/Makefile')
-rw-r--r--textproc/ruby-sablot/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/textproc/ruby-sablot/Makefile b/textproc/ruby-sablot/Makefile
index 5476bd3..8c57950 100644
--- a/textproc/ruby-sablot/Makefile
+++ b/textproc/ruby-sablot/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= sablot
-PORTVERSION= 0.5.0
-PORTREVISION= 2
+PORTVERSION= 0.5.2
CATEGORIES= textproc ruby
MASTER_SITES= http://www.rubycolor.org/arc/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -27,16 +26,23 @@ CONFIGURE_ARGS= --with-sablot-lib="${LOCALBASE}" \
--with-expat="${LOCALBASE}"
INSTALL_TARGET= site-install
-DOCS= README doc/*
+DOCS_EN= README \
+ doc/sablot.html \
+ doc/sablot.rd
+DOCS_JA= doc/sablot_ja.html \
+ doc/sablot.rd.ja
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
${CP} -R ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
- ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
-.for f in ${DOCS}
+ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja
+.for f in ${DOCS_EN}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
.endfor
+.for f in ${DOCS_JA}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ja/
+.endfor
.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud