diff options
author | marcus <marcus@FreeBSD.org> | 2008-06-10 23:09:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-06-10 23:09:44 +0800 |
commit | 1be9ca3e1cc4b955c232fa5fec71daafd3e4a8c6 (patch) | |
tree | 2cb69b5037ce9a4e7dfe33830518dcfa772b4a10 /net-im | |
parent | fe7c77ec3f1a1694b30554873d97f6584d84c6fc (diff) | |
download | freebsd-ports-gnome-1be9ca3e1cc4b955c232fa5fec71daafd3e4a8c6.tar.gz freebsd-ports-gnome-1be9ca3e1cc4b955c232fa5fec71daafd3e4a8c6.tar.zst freebsd-ports-gnome-1be9ca3e1cc4b955c232fa5fec71daafd3e4a8c6.zip |
Touch all of the files to keep auto* from running.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libpurple/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 6c864ff2f017..9ffdfeb36e73 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -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> |