From owner-freebsd-ports Thu Nov 15 19:30: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B3B237B405 for ; Thu, 15 Nov 2001 19:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAG3U2g41182; Thu, 15 Nov 2001 19:30:02 -0800 (PST) (envelope-from gnats) Date: Thu, 15 Nov 2001 19:30:02 -0800 (PST) Message-Id: <200111160330.fAG3U2g41182@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: ports/32006: [MAINTAINER UPDATE] Fix netatalk build Reply-To: Cyrille Lefevre Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/32006; it has been noted by GNATS. From: Cyrille Lefevre To: Marcus Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/32006: [MAINTAINER UPDATE] Fix netatalk build Date: Fri, 16 Nov 2001 04:26:36 +0100 (CET) Marcus wrote: > > >Fix: > > --- Makefile.orig Thu Nov 15 10:25:12 2001 > +++ Makefile Thu Nov 15 10:14:26 2001 > @@ -82,7 +82,7 @@ > @${RM} -f ${WRKSRC}/missing ${WRKSRC}/mkinstalldirs > > post-configure: > - @${TOUCH} -f ${WRKSRC}/config/Makefile.in > + @find ${WRKSRC} -exec ${TOUCH} -f {} \; find ${WRKSRC} -type f | xargs ${TOUCH} -f would be optimum. Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message