diff options
Diffstat (limited to 'net/avahi/Makefile')
-rw-r--r-- | net/avahi/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index d516a8add835..0a7ff9e86109 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -6,8 +6,8 @@ # $MCom: ports/net/avahi/Makefile,v 1.15 2006/04/28 01:52:15 marcus Exp $ PORTNAME= avahi -PORTVERSION= 0.6.10 -PORTREVISION?= 3 +PORTVERSION= 0.6.11 +PORTREVISION?= 0 CATEGORIES?= net dns MASTER_SITES= http://www.avahi.org/download/ @@ -33,7 +33,8 @@ CONFIGURE_ARGS?=--with-distro=freebsd \ --disable-doxygen-doc \ --disable-doxygen-dot \ --localstatedir=/var \ - --enable-compat-howl + --enable-compat-howl \ + --mandir=${PREFIX}/man CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ |