diff options
-rw-r--r-- | www/cherokee/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index 6323bbd73b28..d3987b2dae4f 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -84,6 +84,9 @@ UWSGI_RUN_DEPENDS= uwsgi:${PORTSDIR}/www/uwsgi .include <bsd.port.options.mk> +post-patch: + @${RM} ${WRKSRC}/INSTALL + pre-configure: @(cd ${WRKSRC}/po/admin && ${PYTHON_CMD} generate_POTFILESin.py \ > POTFILES.in) |