diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-12-14 16:25:21 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-12-14 16:25:21 +0000 |
commit | 054ac7ea5014455293b868fbf962996d6beef5e3 (patch) | |
tree | 07bb0ff9643ebd3d1234686814d66bf988752901 /net/avahi | |
parent | aea168d84548d96ab45ee9e1825476fba3f40bc9 (diff) |
Notes
Diffstat (limited to 'net/avahi')
-rw-r--r-- | net/avahi/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index f0ac082c1917..5349dff917b2 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -11,7 +11,7 @@ DISTFILES= # empty EXTRACT_ONLY= # empty MAINTAINER= gnome@FreeBSD.org -COMMENT= The "meta-port" for the Avahi service discovery suite +COMMENT= "meta-port" for the Avahi service discovery suite RUN_DEPENDS= avahi-resolve:${PORTSDIR}/net/avahi-app \ avahi-app>=0.6.31:${PORTSDIR}/net/avahi-app @@ -23,8 +23,9 @@ GTK_DESC= Gtk+ tools and bindings LIBDNS_DESC= Apple's mDNSResponder compatibility library NO_BUILD= yes +NO_INSTALL= yes +NO_MTREE= yes -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAUTOIPD} @@ -51,6 +52,4 @@ RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-qt4.pc:${PORTSDIR}/net/avahi- RUN_DEPENDS+= avahi-bookmarks:${PORTSDIR}/net/py-avahi .endif -do-install: - .include <bsd.port.mk> |