svn commit: r372907 - head/www/chtml
Mathieu Arnold
mat at FreeBSD.org
Thu Nov 20 12:12:39 UTC 2014
Author: mat
Date: Thu Nov 20 12:12:38 2014
New Revision: 372907
URL: https://svnweb.freebsd.org/changeset/ports/372907
QAT: https://qat.redports.org/buildarchive/r372907/
Log:
Mark jobs unsafe, it will try to run the chtml binary before generating it.
Sponsored by: Absolight
Modified:
head/www/chtml/Makefile
Modified: head/www/chtml/Makefile
==============================================================================
--- head/www/chtml/Makefile Thu Nov 20 11:36:17 2014 (r372906)
+++ head/www/chtml/Makefile Thu Nov 20 12:12:38 2014 (r372907)
@@ -18,5 +18,6 @@ USE_PERL5= run
MAKE_ENV= SITE_PERL=${SITE_PERL}
NO_WRKSUBDIR= yes
MAKEFILE= makefile
+MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list