Commit 7dba32f5 authored by Franco Fichtner's avatar Franco Fichtner

make: disable suppression of PHP warnings by default

parent 82c0a3b5
...@@ -17,9 +17,6 @@ install: force ...@@ -17,9 +17,6 @@ install: force
# move all sources to their destination # move all sources to their destination
@mkdir -p ${DESTDIR}/usr/local @mkdir -p ${DESTDIR}/usr/local
@cp -r ${.CURDIR}/src/* ${DESTDIR}/usr/local @cp -r ${.CURDIR}/src/* ${DESTDIR}/usr/local
# disable warnings for production systems
@sed -i '' -e 's/E_STRICT/E_STRICT | E_WARNING/g' \
${DESTDIR}/usr/local/etc/rc.php_ini_setup
# invoke pkg(8) bootstraping # invoke pkg(8) bootstraping
@make -C ${.CURDIR}/pkg install @make -C ${.CURDIR}/pkg install
# invoke translation glue # invoke translation glue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment