diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-04-17 04:07:10 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-04-17 04:07:10 +0000 |
commit | 8c105841525464d1a00cee9721dab2b6ef44f95c (patch) | |
tree | 4314166a81629a499e430c071ea997c01b34d159 /mail/qmail-conf | |
parent | bf13bd7229326521973b8d6ca65864842f97ccd0 (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 'mail/qmail-conf')
-rw-r--r-- | mail/qmail-conf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail-conf/Makefile b/mail/qmail-conf/Makefile index b8b228314ca8..1c71b1f7d551 100644 --- a/mail/qmail-conf/Makefile +++ b/mail/qmail-conf/Makefile @@ -49,7 +49,7 @@ post-build: @${MV} -f ${WRKSRC}/conf-qmail ${WRKSRC}/conf-qmail.sav @${ECHO_CMD} "${STAGEDIR}${QMAIL_PREFIX}" > ${WRKSRC}/conf-qmail @cd ${WRKSRC} ; ${RM} -f install instcheck install.o instcheck.o hier.o auto_qmail.o auto_qmail.c - @cd ${WRKSRC} ; ${MAKE_CMD} install instcheck + @cd ${WRKSRC} ; ${DO_MAKE_BUILD} install instcheck @${TOUCH} ${WRKSRC}/*-conf @${MV} -f ${WRKSRC}/conf-qmail.sav ${WRKSRC}/conf-qmail |