1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

Restore some of nork's commit so that additional files are touched after

configure.  This is known to fix some issues on ZFS builds.

Reported by:	fluffy
This commit is contained in:
Joe Marcus Clarke 2011-01-01 16:32:00 +00:00
parent 683634eb2b
commit 570dd4013b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267251

View File

@ -34,6 +34,8 @@ post-patch:
${WRKSRC}/common.mk
post-configure:
@${TOUCH} -f ${WRKSRC}/config.h
@${TOUCH} -f ${WRKSRC}/config.h ${WRKSRC}/aclocal.m4 \
${WRKSRC}/configure ${WRKSRC}/Makefile.in \
${WRKSRC}/Makefile
.include <bsd.port.mk>