svn commit: r384325 - head/www/cherokee

Tijl Coosemans tijl at FreeBSD.org
Sun Apr 19 20:09:03 UTC 2015


Author: tijl
Date: Sun Apr 19 20:09:02 2015
New Revision: 384325
URL: https://svnweb.freebsd.org/changeset/ports/384325

Log:
  Remove ${WRKSRC}/INSTALL because it's a symlink to a non-existent file
  which confuses autoreconf.
  
  Reported by:	antoine

Modified:
  head/www/cherokee/Makefile

Modified: head/www/cherokee/Makefile
==============================================================================
--- head/www/cherokee/Makefile	Sun Apr 19 20:01:07 2015	(r384324)
+++ head/www/cherokee/Makefile	Sun Apr 19 20:09:02 2015	(r384325)
@@ -84,6 +84,9 @@ UWSGI_RUN_DEPENDS=	uwsgi:${PORTSDIR}/www
 
 .include <bsd.port.options.mk>
 
+post-patch:
+	@${RM} ${WRKSRC}/INSTALL
+
 pre-configure:
 	@(cd ${WRKSRC}/po/admin && ${PYTHON_CMD} generate_POTFILESin.py \
 		> POTFILES.in)


More information about the svn-ports-all mailing list