svn commit: r339057 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 7 23:34:55 UTC 2014


Author: bapt
Date: Tue Jan  7 23:34:54 2014
New Revision: 339057
URL: http://svnweb.freebsd.org/changeset/ports/339057

Log:
  Fix checkpatch with the new way target sequence are defined
  
  Reported by:	rene

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Tue Jan  7 23:27:13 2014	(r339056)
+++ head/Mk/bsd.port.mk	Tue Jan  7 23:34:54 2014	(r339057)
@@ -4267,7 +4267,7 @@ pretty-print-www-site:
 
 .if !target(checkpatch)
 checkpatch:
-	@cd ${.CURDIR} && ${MAKE} PATCH_CHECK_ONLY=yes ${_PATCH_DEP} ${_PATCH_SEQ}
+	@cd ${.CURDIR} && ${MAKE} PATCH_CHECK_ONLY=yes ${_PATCH_DEP} ${_PATCH_REAL_SEQ}
 .endif
 
 # Reinstall


More information about the svn-ports-all mailing list