ports/142156: [patch] ports-mgmt/porte simplify Makefile logic & dont use != variable assignment

Sevan / Venture37 venture37 at gmail.com
Wed Dec 30 16:00:15 UTC 2009


The following reply was made to PR ports/142156; it has been noted by GNATS.

From: Sevan / Venture37 <venture37 at gmail.com>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/142156: [patch] ports-mgmt/porte simplify Makefile logic
 & dont use != variable assignment
Date: Wed, 30 Dec 2009 15:52:20 +0000

 This is a multi-part message in MIME format.
 --------------070302050905020408060308
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 My bad, there's no need to bump PORTREVISION
 
 --------------070302050905020408060308
 Content-Type: text/plain;
  name="porte.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="porte.txt"
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/ports-mgmt/porte/Makefile,v
 retrieving revision 1.7
 diff -u -r1.7 Makefile
 --- Makefile	6 Dec 2009 20:56:53 -0000	1.7
 +++ Makefile	30 Dec 2009 15:51:15 -0000
 @@ -37,11 +37,7 @@
  PLIST_SUB+=		NOPORTDOCS=""
  .else
  PLIST_SUB+=		NOPORTDOCS="@comment "
 -.endif
 -
 -.if !defined(NOPORTDOCS)
 -
 -PORT_HADDOCK!=	(cd  ${.CURDIR}/../../lang/ghc && ${MAKE} -V PORT_HADDOCK)
 +PORT_HADDOCK=		${MAKE} -V PORT_HADDOCK -C ../../lang/ghc
  .if !empty(PORT_HADDOCK:M?0)
  BUILD_DEPENDS+=	haddock:${PORTSDIR}/devel/hs-haddock
  .endif
 
 --------------070302050905020408060308--



More information about the freebsd-ports-bugs mailing list