diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-09-07 00:05:58 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-09-07 00:05:58 +0000 |
commit | adcf192e54248143fcf6d5369881ef5094876bf0 (patch) | |
tree | 986a6b5f3b5bc7a5204594b3c6dbc811040bac2a /Mk/bsd.port.mk | |
parent | 06674a420105031aa958cf8bc5c7eb36298dd31a (diff) | |
download | ports-adcf192e54248143fcf6d5369881ef5094876bf0.tar.gz ports-adcf192e54248143fcf6d5369881ef5094876bf0.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index b27afb742dc9..643ee3aaed4d 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -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 |