aboutsummaryrefslogtreecommitdiff
path: root/net-im/libnice
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2010-12-19 00:19:59 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2010-12-19 00:19:59 +0000
commit55403f4819eb77efcd089d0bd7e57cecea17846d (patch)
treef46dcfa7e2e5fb6562aad5c386eefde293bafe15 /net-im/libnice
parentcc791412d520b987bf25266acd14fc44d52adef5 (diff)
downloadports-55403f4819eb77efcd089d0bd7e57cecea17846d.tar.gz
ports-55403f4819eb77efcd089d0bd7e57cecea17846d.zip
Make sure that all of the files are up-to-date to prevent auto* from
running.
Notes
Notes: svn path=/head/; revision=266562
Diffstat (limited to 'net-im/libnice')
-rw-r--r--net-im/libnice/Makefile5
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>