aboutsummaryrefslogtreecommitdiff
path: root/devel/websvn/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-06-20 22:46:14 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-06-20 22:46:14 +0000
commit3d2b9954d9f44f9a17e2305a7305a14993124bc8 (patch)
treed4fa132d4c20d4a1ba178a11f27d217f81d65a14 /devel/websvn/Makefile
parentedd5ce97c3f39f3855e9b829df59500667c4682d (diff)
- Update to 1.40
PR: ports/68104 Submitted by: Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw> (maintainer)
Notes
Notes: svn path=/head/; revision=111892
Diffstat (limited to 'devel/websvn/Makefile')
-rw-r--r--devel/websvn/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/websvn/Makefile b/devel/websvn/Makefile
index 6cc460a457d6..1557094333b9 100644
--- a/devel/websvn/Makefile
+++ b/devel/websvn/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= websvn
-PORTVERSION= 1.38
+PORTVERSION= 1.40
CATEGORIES= devel www
MASTER_SITES= http://websvn.tigris.org/files/documents/1380/10659/
-DISTNAME= WebSVN
+DISTNAME= WebSVN_${PORTVERSION:S/.//}
MAINTAINER= ychsiao@ychsiao.idv.tw
COMMENT= Subversion repository web frontend
@@ -25,6 +25,7 @@ PLIST_SUB+= WEBSVNDIR=${WEBSVNDIR}
do-install:
${MKDIR} ${PREFIX}/${WEBSVNDIR}
${CP} -R ${WRKSRC}/* ${PREFIX}/${WEBSVNDIR}
- ${CHOWN} www:www ${PREFIX}/${WEBSVNDIR}
+ ${CHOWN} -R www:www ${PREFIX}/${WEBSVNDIR}
+ ${FIND} ${PREFIX}/${WEBSVNDIR} -type f | ${XARGS} ${CHMOD} 644
.include <bsd.port.mk>