diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-12 02:30:56 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-12 02:30:56 +0800 |
commit | d9028230ad03dacdd0b12a046312e10dccc7c8a8 (patch) | |
tree | 4bf28b4bd05c9442cf4fe155326dd20cd8748377 /www/cmsmadesimple | |
parent | 0976a9e03a7c333a0d41991cf08d9a32f62cb88c (diff) | |
download | freebsd-ports-gnome-d9028230ad03dacdd0b12a046312e10dccc7c8a8.tar.gz freebsd-ports-gnome-d9028230ad03dacdd0b12a046312e10dccc7c8a8.tar.zst freebsd-ports-gnome-d9028230ad03dacdd0b12a046312e10dccc7c8a8.zip |
- Fix build as non-root: owner/group for directories is already set via plist
Approved by: portmgr blanket
Diffstat (limited to 'www/cmsmadesimple')
-rw-r--r-- | www/cmsmadesimple/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/cmsmadesimple/Makefile b/www/cmsmadesimple/Makefile index ff37a0ab7968..49e2ee3036ea 100644 --- a/www/cmsmadesimple/Makefile +++ b/www/cmsmadesimple/Makefile @@ -26,8 +26,6 @@ CMS_FILES= favicon_cms.ico fileloc.php include.php \ WRITABLE_DIRS= tmp tmp/templates_c tmp/cache \ uploads uploads/images modules -.include <bsd.port.pre.mk> - post-extract: cd ${WRKSRC} && ${RM} -f config.php @@ -39,9 +37,7 @@ do-install: cd ${WRKSRC} && ${CP} ${i} ${STAGEDIR}${WWWDIR}/${i} .endfor - ${FIND} ${STAGEDIR}${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHOWN} ${WWWOWN}:${WWWGRP} - if [ ! -f ${STAGEDIR}${WWWDIR}/config.php ]; then \ ${TOUCH} ${STAGEDIR}${WWWDIR}/config.php ; fi -.include <bsd.port.post.mk> +.include <bsd.port.mk> |