diff options
Diffstat (limited to 'www/cmsmadesimple')
-rw-r--r-- | www/cmsmadesimple/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/cmsmadesimple/Makefile b/www/cmsmadesimple/Makefile index e5625b3b2d40..abedd421dcf3 100644 --- a/www/cmsmadesimple/Makefile +++ b/www/cmsmadesimple/Makefile @@ -7,6 +7,7 @@ PORTNAME= cmsmadesimple PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://s3.amazonaws.com/cmsms/downloads/2536/ DISTNAME= ${PORTNAME}-${PORTVERSION}-full @@ -49,7 +50,7 @@ do-install: post-install: @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \ >> ${TMPPLIST} - @${ECHO_CMD} '@exec ${CHMOD} 755 -R ${WWWDIR}' \ + @${ECHO_CMD} '@exec ${CHMOD} -R 755 ${WWWDIR}' \ >> ${TMPPLIST} .for i in ${WRITABLE_DIRS} |