diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-01 16:22:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-01 16:22:13 +0000 |
commit | 4473092cc9aa1b4c762622dc32ed313083d38173 (patch) | |
tree | 9253c20d8b85a38e0d46fb017fbecefe366f7d31 /net/howl | |
parent | 86b23a2bc6129faa26ddda04c1d183b5e3ae2a2b (diff) | |
download | ports-4473092cc9aa1b4c762622dc32ed313083d38173.tar.gz ports-4473092cc9aa1b4c762622dc32ed313083d38173.zip |
Notes
Diffstat (limited to 'net/howl')
-rw-r--r-- | net/howl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile index 2ad4fd3003cf..7a9b41254dc1 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -30,6 +30,8 @@ RC_SCRIPTS_SUB= RC_SUBR=${RC_SUBR} PREFIX=${PREFIX} CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${PTHREAD_LIBS}" +CONFLICTS= avahi-[0-9]* + post-extract: @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${FILESDIR}/mdnsresponder.sh > ${WRKSRC}/mdnsresponder.sh |