diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-13 06:33:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-13 06:33:15 +0800 |
commit | 9c46c2303f216a02fcbc8dd56e190be069dc5115 (patch) | |
tree | 0a96d9acb691d5685c25dba23814503620f6c03a /net/avahi | |
parent | 9c5bf7452ec79961460f5f13df6a9f9b4e640f0c (diff) | |
download | marcuscom-ports-9c46c2303f216a02fcbc8dd56e190be069dc5115.tar marcuscom-ports-9c46c2303f216a02fcbc8dd56e190be069dc5115.tar.gz marcuscom-ports-9c46c2303f216a02fcbc8dd56e190be069dc5115.tar.bz2 marcuscom-ports-9c46c2303f216a02fcbc8dd56e190be069dc5115.tar.lz marcuscom-ports-9c46c2303f216a02fcbc8dd56e190be069dc5115.tar.xz marcuscom-ports-9c46c2303f216a02fcbc8dd56e190be069dc5115.tar.zst marcuscom-ports-9c46c2303f216a02fcbc8dd56e190be069dc5115.zip |
This port installs its own rc.d scripts, so it doesn't need USE_RC_SUBR.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5880 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/avahi')
-rw-r--r-- | net/avahi/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index 45023ebf5..86cab5018 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/avahi/Makefile,v 1.9 2006/03/02 22:44:33 marcus Exp $ +# $MCom: ports/net/avahi/Makefile,v 1.10 2006/03/05 19:41:25 ahze Exp $ PORTNAME= avahi PORTVERSION= 0.6.5 @@ -52,10 +52,6 @@ MAN8= avahi-daemon.8 avahi-dnsconfd.8 avahi-dnsconfd.action.8 OPTIONS= GTK2 "Build a GTK+ 2 browser utility" off .endif -.if !defined(AVAHI_SLAVE) -USE_RC_SUBR= yes -.endif - .include <bsd.port.pre.mk> .if !defined(AVAHI_SLAVE) |