svn commit: r429100 - head/dns/yadifa

Mathieu Arnold mat at FreeBSD.org
Wed Dec 21 15:38:28 UTC 2016


Author: mat
Date: Wed Dec 21 15:38:27 2016
New Revision: 429100
URL: https://svnweb.freebsd.org/changeset/ports/429100

Log:
  Fix build with JOBS.
  
  Sponsored by:	Absolight

Modified:
  head/dns/yadifa/Makefile   (contents, props changed)

Modified: head/dns/yadifa/Makefile
==============================================================================
--- head/dns/yadifa/Makefile	Wed Dec 21 14:56:33 2016	(r429099)
+++ head/dns/yadifa/Makefile	Wed Dec 21 15:38:27 2016	(r429100)
@@ -44,6 +44,9 @@ post-configure:
 	${REINPLACE_CMD} -e 's|^docdir = .*|docdir = ${EXAMPLESDIR}|' ${WRKSRC}/etc/Makefile
 	${REINPLACE_CMD} -e 's|/usr/local/var|/var|' -e 's|/var/zones|/var/${PORTNAME}|' ${WRKSRC}/etc/yadifad.conf.example
 
+pre-build:
+	@cd ${WRKSRC} && ${MAKE_CMD} features
+
 post-install:
 	${MV} ${STAGEDIR}${PREFIX}/etc/yadifad.conf \
 		${STAGEDIR}${PREFIX}/etc/yadifad.conf.sample


More information about the svn-ports-head mailing list