Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Sep 2012 00:05:59 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303796 - head/Mk
Message-ID:  <201209070005.q8705xoG005912@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Fri Sep  7 00:05:58 2012
New Revision: 303796
URL: http://svn.freebsd.org/changeset/ports/303796

Log:
  - Fix install when PACKAGE_BUILDING is not defined
  
  Approved by:	portmgr (tabthorpe)
  Approved by:	eadler (mentor)

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Thu Sep  6 22:46:59 2012	(r303795)
+++ head/Mk/bsd.port.mk	Fri Sep  7 00:05:58 2012	(r303796)
@@ -5798,9 +5798,9 @@ add-plist-data:
 .endif
 .endif
 
-.if defined(PACKAGE_BUILDING)
 .if !target(add-plist-buildinfo)
 add-plist-buildinfo:
+.if defined(PACKAGE_BUILDING)
 	@${ECHO_CMD} "@comment Build details:  ${BUILDHOST}|${JAIL}|${BUILD}|${PORTSTREE}|${BUILDDATE}" >> ${TMPPLIST}
 .endif
 .endif



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