aboutsummaryrefslogtreecommitdiffstats
path: root/net/avahi
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2006-09-06 04:34:05 +0800
committermezz <mezz@FreeBSD.org>2006-09-06 04:34:05 +0800
commit029b19abe61ec70328378817752a7362789d1696 (patch)
treecf74305649e937882932887070fe641b2cd89d19 /net/avahi
parent6f658aeaaddd426929a05a3d5cf500c63b7ef003 (diff)
downloadfreebsd-ports-gnome-029b19abe61ec70328378817752a7362789d1696.tar.gz
freebsd-ports-gnome-029b19abe61ec70328378817752a7362789d1696.tar.zst
freebsd-ports-gnome-029b19abe61ec70328378817752a7362789d1696.zip
Correct the group by change from netdev to network, bump the PORTREVISION.
Diffstat (limited to 'net/avahi')
-rw-r--r--net/avahi/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile
index 93431a37ba65..a5386af8e5e1 100644
--- a/net/avahi/Makefile
+++ b/net/avahi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= avahi
PORTVERSION= 0.6.13
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES?= net dns
MASTER_SITES= http://www.avahi.org/download/
@@ -79,7 +79,8 @@ PLIST_SUB+= GTK="@comment "
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure \
+ @${REINPLACE_CMD} -e 's|-ldl||g ; s|netdev|network|g' \
+ ${WRKSRC}/configure \
${WRKSRC}/avahi-client/Makefile.in \
${WRKSRC}/avahi-daemon/Makefile.in