summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-04-17 04:07:10 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-04-17 04:07:10 +0000
commit8c105841525464d1a00cee9721dab2b6ef44f95c (patch)
tree4314166a81629a499e430c071ea997c01b34d159 /dns
parent- Create a DO_MAKE_BUILD which will do the right thing for building, such (diff)
- Use DO_MAKE_BUILD instead of MAKE_CMD so that WITH_CCACHE_BUILD works.
Notes
Notes: svn path=/head/; revision=351445
Diffstat (limited to 'dns')
-rw-r--r--dns/djbdns/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile
index 56cd0c5ef94c..9b0e982ebeec 100644
--- a/dns/djbdns/Makefile
+++ b/dns/djbdns/Makefile
@@ -136,7 +136,7 @@ post-build:
@${MV} -f ${WRKSRC}/conf-home ${WRKSRC}/conf-home.sav
@${ECHO_CMD} "${STAGEDIR}${PREFIX}" > ${WRKSRC}/conf-home
@cd ${WRKSRC} ; ${RM} -f install instcheck install.o instcheck.o hier.o auto_home.o auto_home.c
- @cd ${WRKSRC} ; ${MAKE_CMD} install instcheck
+ @cd ${WRKSRC} ; ${DO_MAKE_BUILD} install instcheck
@${TOUCH} ${WRKSRC}/*-conf
@${MV} -f ${WRKSRC}/conf-home.sav ${WRKSRC}/conf-home