svn commit: r303796 - head/Mk
Bryan Drewery
bdrewery at FreeBSD.org
Fri Sep 7 00:05:59 UTC 2012
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
More information about the svn-ports-head
mailing list