svn commit: r450697 - head/Mk

Mathieu Arnold mat at FreeBSD.org
Tue Sep 26 20:28:55 UTC 2017


Author: mat
Date: Tue Sep 26 20:28:53 2017
New Revision: 450697
URL: https://svnweb.freebsd.org/changeset/ports/450697

Log:
  Fix post-clean.
  
  Submitted by:	antoine
  Sponsored by:	Absolight

Modified:
  head/Mk/bsd.port.mk   (contents, props changed)

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Tue Sep 26 19:32:57 2017	(r450696)
+++ head/Mk/bsd.port.mk	Tue Sep 26 20:28:53 2017	(r450697)
@@ -3730,7 +3730,7 @@ do-clean-noflavor:
 	@cd ${.CURDIR} && ${SETENV} ${MAKE} do-clean
 .if target(post-clean)
 CLEAN_DEPENDENCIES+=	post-clean-noflavor
-post-clean-${_f}:
+post-clean-noflavor:
 	@cd ${.CURDIR} &&  ${SETENV} ${MAKE} post-clean
 .endif
 .ORDER: ${CLEAN_DEPENDENCIES}


More information about the svn-ports-all mailing list