mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
Fix build with JOBS.
Sponsored by: Absolight
This commit is contained in:
parent
3755b309bb
commit
c87ffc1aa2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429100
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue