1
0
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:
John Marino 2014-09-07 17:18:39 +00:00
parent 70ed66c646
commit eda6ebd873
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367578

View File

@ -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 ;; \