Date: Wed, 21 Dec 2016 15:38:27 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429100 - head/dns/yadifa Message-ID: <201612211538.uBLFcRVK020349@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612211538.uBLFcRVK020349>