aboutsummaryrefslogtreecommitdiff
path: root/www/habari/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-09-24 09:23:14 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-09-24 09:23:14 +0000
commitcadf883096d33abb5fc2b996f0939ff33c2dd37d (patch)
treeb7387e9055d3fa4b97d7e4eb60861a7d1ee9935e /www/habari/Makefile
parent18b029d07fceeed6ff949688998bb359396a45dc (diff)
downloadports-cadf883096d33abb5fc2b996f0939ff33c2dd37d.tar.gz
ports-cadf883096d33abb5fc2b996f0939ff33c2dd37d.zip
- Update to 0.5.1
PR: 127503 Submitted by: Ayumi M <ayu@commun.jp> (maintainer)
Notes
Notes: svn path=/head/; revision=220644
Diffstat (limited to 'www/habari/Makefile')
-rw-r--r--www/habari/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/habari/Makefile b/www/habari/Makefile
index 51a8f0de6670..3652cc61eb22 100644
--- a/www/habari/Makefile
+++ b/www/habari/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= habari
-PORTVERSION= 0.5
+PORTVERSION= 0.5.1
CATEGORIES= www
MASTER_SITES= http://habariproject.org/dist/ \
http://habari.jp/dist/
@@ -49,9 +49,10 @@ do-install:
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in LICENSE NOTICE doc/MIT.txt doc/Tiddlywiki_License.txt doc/manual/index.html
+.for file in LICENSE NOTICE doc/MIT.txt doc/Tiddlywiki_License.txt
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
+ @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} manual ${DOCSDIR})
.endif
.include <bsd.port.post.mk>