aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-09-08 01:18:39 +0800
committermarino <marino@FreeBSD.org>2014-09-08 01:18:39 +0800
commiteb3e55c2af6cf8e0f09e5b9c92c531dffd70493c (patch)
tree87e2052b2b1d6e396efaea6e19320afc7ce49214
parent1d7224e6031ee7da7eb61d9733e2d2f70e0a74e7 (diff)
downloadfreebsd-ports-gnome-eb3e55c2af6cf8e0f09e5b9c92c531dffd70493c.tar.gz
freebsd-ports-gnome-eb3e55c2af6cf8e0f09e5b9c92c531dffd70493c.tar.zst
freebsd-ports-gnome-eb3e55c2af6cf8e0f09e5b9c92c531dffd70493c.zip
bsd.port.mk: Fix typo found in EXTRA_PATCHES handling
PR: 193432 Reported by: ian@ Approved by: portmgr (implicit, obvious, just-fix-it)
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 1e32c6581435..889d2a07a482 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -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 ;; \