summaryrefslogtreecommitdiffstats
path: root/www/codeigniter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/codeigniter/Makefile')
-rw-r--r--www/codeigniter/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/codeigniter/Makefile b/www/codeigniter/Makefile
index 0d61355..6a16e2f 100644
--- a/www/codeigniter/Makefile
+++ b/www/codeigniter/Makefile
@@ -11,7 +11,6 @@ COMMENT= Framework for developing PHP web applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/license.txt
-USES= tar:tgz
USE_GITHUB= yes
GH_ACCOUNT= bcit-ci
@@ -106,10 +105,11 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/$$i ${STAGEDIR}${WWWDIR}/$$i.sample; \
done
-post-install-APACHE-on:
- ${MKDIR} ${STAGEDIR}${CONFDIR}
+do-install-APACHE-on:
+ @${MKDIR} ${STAGEDIR}${CONFDIR}
${CP} ${WRKDIR}/${CONF} ${STAGEDIR}${CONFDIR}/codeigniter.conf;
-post-install-DOCS-on:
+
+do-install-DOCS-on:
cd ${WRKSRC}/user_guide && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
${RM} ${STAGEDIR}${DOCSDIR}/.buildinfo
${CP} ${WRKSRC}/readme.rst ${STAGEDIR}${DOCSDIR}/readme.rst
OpenPOWER on IntegriCloud