aboutsummaryrefslogtreecommitdiff
path: root/net/avahi-app/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-03-14 16:05:37 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-03-14 16:05:37 +0000
commitcf7c353e4486c03edf4a5627c3c174282dda9203 (patch)
tree08bb778c4cfde60450f4725e88c48e753132559f /net/avahi-app/Makefile
parent511d902b504e649102f3bd59c4f532930d6593c6 (diff)
downloadports-cf7c353e4486c03edf4a5627c3c174282dda9203.tar.gz
ports-cf7c353e4486c03edf4a5627c3c174282dda9203.zip
Notes
Diffstat (limited to 'net/avahi-app/Makefile')
-rw-r--r--net/avahi-app/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile
index a338b64bc62a..320b91a00cb4 100644
--- a/net/avahi-app/Makefile
+++ b/net/avahi-app/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net/avahi-app/Makefile,v 1.14 2010/10/23 20:58:29 marcus Exp $
+# $MCom: ports/net/avahi-app/Makefile,v 1.17 2011/03/13 17:23:19 kwm Exp $
#
PORTNAME= avahi
-PORTVERSION= 0.6.28
+PORTVERSION= 0.6.29
PORTREVISION?= 0
CATEGORIES?= net dns
MASTER_SITES= http://www.avahi.org/download/
@@ -164,8 +164,10 @@ avahi-post-install:
${PREFIX}/etc/avahi; \
fi
.endfor
+.if ${AVAHI_SLAVE}=="no"
${INSTALL_DATA} ${FILESDIR}/org.freedesktop.Avahi.service \
${LOCALBASE}/share/dbus-1/system-services
+.endif
.if !defined(PACKAGE_BUILDING) && (${AVAHI_SLAVE}=="no" || ${AVAHI_SLAVE}=="autoipd")
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif