summaryrefslogtreecommitdiff
path: root/textproc/ruby-nqxml/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-05-17 16:41:51 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-05-17 16:41:51 +0000
commitef1d11ac2ea9d906d01f56c722e0e2273ac09bb0 (patch)
tree66d695a664664e8c85c5792bd61b2a4e282b5257 /textproc/ruby-nqxml/Makefile
parentAdd landscape 0.5.1, a program for generating and rendering (diff)
Update to 0.6.3.
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>