Touch all of the files to keep auto* from running.

This commit is contained in:
Joe Marcus Clarke 2008-06-10 15:09:44 +00:00
parent 0bb9bda6a1
commit ba474a947e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214626

View file

@ -229,5 +229,6 @@ post-patch:
@${FIND} ${BUILD_WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
's|[$$][(]top_builddir[)]/libpurple/libpurple.la|${LOCALBASE}/lib/libpurple.la|g'
.endif
@${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH}
.include <bsd.port.post.mk>