diff options
author | marcus <marcus@FreeBSD.org> | 2010-12-19 08:19:59 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2010-12-19 08:19:59 +0800 |
commit | 19c0809f5124f069fd8d5e00f0cbcf84a1d6a7a6 (patch) | |
tree | 0e815649e2bf31b18d874fbb3b8a9a1ce7540a3c /net-im | |
parent | 7ca6e3be937b39cc68adebf97b30ccf134f70dd1 (diff) | |
download | freebsd-ports-gnome-19c0809f5124f069fd8d5e00f0cbcf84a1d6a7a6.tar.gz freebsd-ports-gnome-19c0809f5124f069fd8d5e00f0cbcf84a1d6a7a6.tar.zst freebsd-ports-gnome-19c0809f5124f069fd8d5e00f0cbcf84a1d6a7a6.zip |
Make sure that all of the files are up-to-date to prevent auto* from
running.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libnice/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile index 44070f729806..1d10ce2b4e03 100644 --- a/net-im/libnice/Makefile +++ b/net-im/libnice/Makefile @@ -7,7 +7,7 @@ PORTNAME= libnice PORTVERSION= 0.0.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im devel MASTER_SITES= http://nice.freedesktop.org/releases/ @@ -32,7 +32,6 @@ post-patch: 's|-Wno-missing-field-initializers|#|g' @${REINPLACE_CMD} -e 's|-Wno-missing-field-initializers|#|g' \ ${WRKSRC}/common.mk - @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \ - ${WRKSRC}/Makefile ${WRKSRC}/configure + @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f .include <bsd.port.mk> |