aboutsummaryrefslogtreecommitdiff
path: root/www/cmsmadesimple
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-11 18:30:56 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-11 18:30:56 +0000
commitd06f69b475fad702321664c278470313ba4be7bb (patch)
tree4bf28b4bd05c9442cf4fe155326dd20cd8748377 /www/cmsmadesimple
parent12cbe1891658e56835d3080dc5f1f30605c5efd5 (diff)
downloadports-d06f69b475fad702321664c278470313ba4be7bb.tar.gz
ports-d06f69b475fad702321664c278470313ba4be7bb.zip
Notes
Diffstat (limited to 'www/cmsmadesimple')
-rw-r--r--www/cmsmadesimple/Makefile6
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>