diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-07 23:34:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-07 23:34:54 +0000 |
commit | d5e886e911e50e9d4d1ad871ca9dbd59c6f66a58 (patch) | |
tree | 7624051ab82a77f144e1d4f8471c32b281036bcf /Mk | |
parent | d9aa180bc376649c902d473c8c30631782e5b11b (diff) | |
download | ports-d5e886e911e50e9d4d1ad871ca9dbd59c6f66a58.tar.gz ports-d5e886e911e50e9d4d1ad871ca9dbd59c6f66a58.zip |
Notes
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 |