diff options
author | tijl <tijl@FreeBSD.org> | 2015-04-20 04:09:02 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-04-20 04:09:02 +0800 |
commit | c1d6d7287951d504d2df06b9075d2b4a07447795 (patch) | |
tree | 8415a7a80ec4f763718589eb8fe476c2a75b3129 /www/cherokee | |
parent | 1c98b11fe7d815226f239fb6439f45faac6ec36d (diff) | |
download | freebsd-ports-gnome-c1d6d7287951d504d2df06b9075d2b4a07447795.tar.gz freebsd-ports-gnome-c1d6d7287951d504d2df06b9075d2b4a07447795.tar.zst freebsd-ports-gnome-c1d6d7287951d504d2df06b9075d2b4a07447795.zip |
Remove ${WRKSRC}/INSTALL because it's a symlink to a non-existent file
which confuses autoreconf.
Reported by: antoine
Diffstat (limited to 'www/cherokee')
-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) |