diff options
Diffstat (limited to 'net-im/libnice/Makefile')
-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> |