diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-08 07:34:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-08 07:34:54 +0800 |
commit | 27f0c834327c07a6ce7220bfd8c8397ddbba2dae (patch) | |
tree | 7624051ab82a77f144e1d4f8471c32b281036bcf /Mk | |
parent | ba658b428db6df7d51568c6e325b24d3027d4ff6 (diff) | |
download | freebsd-ports-gnome-27f0c834327c07a6ce7220bfd8c8397ddbba2dae.tar.gz freebsd-ports-gnome-27f0c834327c07a6ce7220bfd8c8397ddbba2dae.tar.zst freebsd-ports-gnome-27f0c834327c07a6ce7220bfd8c8397ddbba2dae.zip |
Fix checkpatch with the new way target sequence are defined
Reported by: rene
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 6393ce4c501f..07e084137798 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -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 |