From 3d2b9954d9f44f9a17e2305a7305a14993124bc8 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 20 Jun 2004 22:46:14 +0000 Subject: - Update to 1.40 PR: ports/68104 Submitted by: Yuan-Chung Hsiao (maintainer) --- devel/websvn/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'devel/websvn/Makefile') 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 -- cgit v1.2.3