- Fix install when PACKAGE_BUILDING is not defined

Approved by:	portmgr (tabthorpe)
Approved by:	eadler (mentor)
This commit is contained in:
Bryan Drewery 2012-09-07 00:05:58 +00:00
parent 06674a4201
commit adcf192e54
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303796

View File

@ -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