aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2012-09-07 08:05:58 +0800
committerbdrewery <bdrewery@FreeBSD.org>2012-09-07 08:05:58 +0800
commit505b69c5d98c1540e18d69b82e5dfdf2c49f1e88 (patch)
tree986a6b5f3b5bc7a5204594b3c6dbc811040bac2a /Mk
parent2c494bb9e2fc288969e363cbebd45053a8764b54 (diff)
downloadfreebsd-ports-gnome-505b69c5d98c1540e18d69b82e5dfdf2c49f1e88.tar.gz
freebsd-ports-gnome-505b69c5d98c1540e18d69b82e5dfdf2c49f1e88.tar.zst
freebsd-ports-gnome-505b69c5d98c1540e18d69b82e5dfdf2c49f1e88.zip
- Fix install when PACKAGE_BUILDING is not defined
Approved by: portmgr (tabthorpe) Approved by: eadler (mentor)
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk2
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