diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-16 09:41:00 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-16 09:41:00 +0800 |
commit | 9a21895bc3c98aeda21fff1d73841ad5f741050c (patch) | |
tree | b93b47457ec9f4929db20c7ae22b3ce199e588cd | |
parent | 523b2d61c973928a155ceaea5a60ba14aae85c5e (diff) | |
download | marcuscom-ports-9a21895bc3c98aeda21fff1d73841ad5f741050c.tar marcuscom-ports-9a21895bc3c98aeda21fff1d73841ad5f741050c.tar.gz marcuscom-ports-9a21895bc3c98aeda21fff1d73841ad5f741050c.tar.bz2 marcuscom-ports-9a21895bc3c98aeda21fff1d73841ad5f741050c.tar.lz marcuscom-ports-9a21895bc3c98aeda21fff1d73841ad5f741050c.tar.xz marcuscom-ports-9a21895bc3c98aeda21fff1d73841ad5f741050c.tar.zst marcuscom-ports-9a21895bc3c98aeda21fff1d73841ad5f741050c.zip |
Re-add a missing USE_RC_SUBR.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9427 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net/avahi-app/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile index 4b37c0432..fc6f3a45b 100644 --- a/net/avahi-app/Makefile +++ b/net/avahi-app/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/avahi-app/Makefile,v 1.3 2007/08/04 18:23:03 mezz Exp $ +# $MCom: ports/net/avahi-app/Makefile,v 1.4 2007/08/06 14:15:29 ahze Exp $ # PORTNAME= avahi PORTVERSION= 0.6.20 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= net dns MASTER_SITES= http://www.avahi.org/download/ PKGNAMESUFFIX?= -app @@ -54,6 +54,8 @@ MLINKS= avahi-browse.1 avahi-browse-domains.1 \ avahi-resolve.1 avahi-resolve-host-name.1 .endif +USE_RC_SUBR=yes + .include <bsd.port.pre.mk> .if ${AVAHI_SLAVE}=="autoipd" |