diff options
Diffstat (limited to 'net/avahi-app/Makefile')
-rw-r--r-- | net/avahi-app/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile index 62a431aeba43..57edfd2129ba 100644 --- a/net/avahi-app/Makefile +++ b/net/avahi-app/Makefile @@ -7,7 +7,7 @@ # PORTNAME= avahi -PORTVERSION= 0.6.23 +PORTVERSION= 0.6.24 PORTREVISION?= 0 CATEGORIES?= net dns MASTER_SITES= http://www.avahi.org/download/ @@ -114,7 +114,7 @@ avahi-post-patch: ${WRKSRC}/avahi-client/client.c \ ${WRKSRC}/avahi-daemon/dbus-protocol.c @${REINPLACE_CMD} -e 's|^_||g' \ - ${WRKSRC}/avahi-ui/*.desktop.in + ${WRKSRC}/avahi-ui/*.desktop.in.in post-build: avahi-post-build |