aboutsummaryrefslogtreecommitdiffstats
path: root/net/avahi/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-12-05 11:13:06 +0800
committermarcus <marcus@FreeBSD.org>2005-12-05 11:13:06 +0800
commit22a0bcb8ff2e4f8b03787419cddc4322929eecfe (patch)
treef4a99ab42442a9203c104a894379a625151093ce /net/avahi/Makefile
parent2f0ae2b4d1ce60b44f32ea725e0368961b914703 (diff)
downloadfreebsd-ports-gnome-22a0bcb8ff2e4f8b03787419cddc4322929eecfe.tar.gz
freebsd-ports-gnome-22a0bcb8ff2e4f8b03787419cddc4322929eecfe.tar.zst
freebsd-ports-gnome-22a0bcb8ff2e4f8b03787419cddc4322929eecfe.zip
Make sure the avahi-daemon socket is written to the correct location.
Diffstat (limited to 'net/avahi/Makefile')
-rw-r--r--net/avahi/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile
index 22b3388afecb..a9f17d449881 100644
--- a/net/avahi/Makefile
+++ b/net/avahi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= avahi
PORTVERSION= 0.6.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net dns
MASTER_SITES= http://www.freedesktop.org/~lennart/
@@ -31,7 +31,8 @@ CONFIGURE_ARGS= --with-distro=freebsd \
--disable-mono \
--disable-monodoc \
--disable-doxygen-doc \
- --disable-doxygen-dot
+ --disable-doxygen-dot \
+ --localstatedir=/var
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"