Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2006 13:00:17 GMT
From:      Stefan Ehmann <shoesoft@gmx.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/105498: devel/ice - "make index" with NOPORTDOCS=true fails
Message-ID:  <200611141300.kAED0Htn048184@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/105498; it has been noted by GNATS.

From: Stefan Ehmann <shoesoft@gmx.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/105498: devel/ice - "make index" with NOPORTDOCS=true
	fails
Date: Tue, 14 Nov 2006 13:53:08 +0100

 I'd prefer the following fix:
 
 --- ice.bak/Makefile	Tue Nov 14 13:45:31 2006
 +++ ice/Makefile	Tue Nov 14 13:37:47 2006
 @@ -41,7 +41,7 @@
  .endif
  
  .if defined(NOPORTDOCS)
 -	${RM} -rf ${WRKSRC}/doc
 +MAKE_ENV+=	NOPORTDOCS=yes
  .endif
  
  post-patch:
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611141300.kAED0Htn048184>