aboutsummaryrefslogtreecommitdiffstats
path: root/net/avahi-gtk3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/avahi-gtk3/Makefile')
-rw-r--r--net/avahi-gtk3/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/avahi-gtk3/Makefile b/net/avahi-gtk3/Makefile
index c7c38af42fb4..c3c439513be5 100644
--- a/net/avahi-gtk3/Makefile
+++ b/net/avahi-gtk3/Makefile
@@ -1,7 +1,7 @@
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
PKGNAMESUFFIX= -gtk3
@@ -28,4 +28,7 @@ do-build:
do-install:
@(cd ${WRKSRC}/avahi-ui; ${MAKE_CMD} ${MAKE_ARGS} install-libLTLIBRARIES)
+post-install:
+ @${RMDIR} ${STAGEDIR}${PREFIX}/etc/avahi
+
.include "${MASTERDIR}/Makefile"