Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2014 23:34:54 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339057 - head/Mk
Message-ID:  <201401072334.s07NYshd058603@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401072334.s07NYshd058603>