svn commit: r377421 - projects/targets-when-needed/Mk

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 19 13:36:07 UTC 2015


Author: bapt
Date: Mon Jan 19 13:36:06 2015
New Revision: 377421
URL: https://svnweb.freebsd.org/changeset/ports/377421
QAT: https://qat.redports.org/buildarchive/r377421/

Log:
  Only check if the add-plist-info exists if the INFO knob exists

Modified:
  projects/targets-when-needed/Mk/bsd.port.mk

Modified: projects/targets-when-needed/Mk/bsd.port.mk
==============================================================================
--- projects/targets-when-needed/Mk/bsd.port.mk	Mon Jan 19 13:32:03 2015	(r377420)
+++ projects/targets-when-needed/Mk/bsd.port.mk	Mon Jan 19 13:36:06 2015	(r377421)
@@ -5138,8 +5138,8 @@ add-plist-buildinfo:
 .endif
 .endif
 
-.if !target(add-plist-info)
 .if defined(INFO)
+.if !target(add-plist-info)
 add-plist-info:
 .for i in ${INFO}
 	@${LS} ${STAGEDIR}${PREFIX}/${INFO_PATH}/$i.info* | ${SED} -e s:${STAGEDIR}:@info\ :g >> ${TMPPLIST}


More information about the svn-ports-all mailing list