mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
bsd.port.mk: Fix typo found in EXTRA_PATCHES handling
PR: 193432 Reported by: ian@ Approved by: portmgr (implicit, obvious, just-fix-it)
This commit is contained in:
parent
70ed66c646
commit
eda6ebd873
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367578
@ -3390,7 +3390,7 @@ do-patch:
|
||||
*) patch_file=$$i ;; \
|
||||
esac ; \
|
||||
${ECHO_MSG} "===> Applying extra patch $$patch_file" ; \
|
||||
case $$patfh_file in \
|
||||
case $$patch_file in \
|
||||
*.Z|*.gz) ${GZCAT} $$patch_file ;; \
|
||||
*.bz2) ${BZCAT} $$patch_file ;; \
|
||||
*.xz) ${XZCAT} $$patch_file ;; \
|
||||
|
Loading…
Reference in New Issue
Block a user