svn commit: r349241 - head/dns/djbdns
Baptiste Daroussin
bapt at FreeBSD.org
Wed Mar 26 11:32:54 UTC 2014
Author: bapt
Date: Wed Mar 26 11:32:53 2014
New Revision: 349241
URL: http://svnweb.freebsd.org/changeset/ports/349241
QAT: https://qat.redports.org/buildarchive/r349241/
Log:
Touch all -conf files so they do not get rebuilt after auto_home.o has been rebuilt
Modified:
head/dns/djbdns/Makefile
Modified: head/dns/djbdns/Makefile
==============================================================================
--- head/dns/djbdns/Makefile Wed Mar 26 11:16:42 2014 (r349240)
+++ head/dns/djbdns/Makefile Wed Mar 26 11:32:53 2014 (r349241)
@@ -136,6 +136,7 @@ pre-install:
@echo "${STAGEDIR}${PREFIX}" > ${WRKSRC}/conf-home
@cd ${WRKSRC} ; ${RM} -f install instcheck install.o instcheck.o hier.o auto_home.o
@cd ${WRKSRC} ; ${MAKE_CMD} install instcheck
+ @${TOUCH} ${WRKSRC}/*-conf
@${MV} -f ${WRKSRC}/conf-home.sav ${WRKSRC}/conf-home
.if ${PORT_OPTIONS:MMAN}
More information about the svn-ports-all
mailing list