From 6e189d916cd1d06746063fce1d9790b003e8d420 Mon Sep 17 00:00:00 2001 From: taca Date: Fri, 19 Oct 2007 03:39:32 +0000 Subject: Avoid automatic handling of RCD_SCRIPTS. Should be fix build problem. --- net/netatalk1/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net/netatalk1/Makefile b/net/netatalk1/Makefile index a7a3e272ff7..500cb4caaa3 100644 --- a/net/netatalk1/Makefile +++ b/net/netatalk1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/08/17 13:57:23 taca Exp $ +# $NetBSD: Makefile,v 1.12 2007/10/19 03:39:32 taca Exp $ DISTNAME= netatalk-1.6.4a PKGREVISION= 3 @@ -20,6 +20,10 @@ CONFLICTS= netatalk-asun-[0-9]* netatalk-umich-[0-9]* RCD_SCRIPTS= atalkd afpd papd timelord +.for f in ${RCD_SCRIPTS} +RCD_SCRIPT_SRC.$f= # avoid automatic handling +.endfor + BUILD_DEFS+= VARBASE .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3