aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ruby-nqxml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-nqxml/Makefile')
-rw-r--r--textproc/ruby-nqxml/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/ruby-nqxml/Makefile b/textproc/ruby-nqxml/Makefile
index c32fe3e74098..879d25909a4f 100644
--- a/textproc/ruby-nqxml/Makefile
+++ b/textproc/ruby-nqxml/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nqxml
-PORTVERSION= 0.6.2
+PORTVERSION= 0.6.3
CATEGORIES= textproc ruby
MASTER_SITES= http://www.io.com/~jimm/downloads/nqxml/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -25,10 +25,11 @@ do-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/examples/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
- ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
+ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/html
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
.endfor
+ ${CP} -R ${WRKSRC}/docs/README/* ${RUBY_DOCDIR}/${PORTNAME}/html/
.endif
.include <bsd.port.mk>