aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-11-20 15:57:45 +0800
committerbapt <bapt@FreeBSD.org>2013-11-20 15:57:45 +0800
commit9df204bfdb38c6d5e8bb617b5ae5b4cf5ba4587d (patch)
tree150ed687421e4f906778e1c5dd91023df0083f37 /Mk/bsd.port.mk
parent8b5083574183ae79fe058c2eb57825dbd8c46219 (diff)
downloadfreebsd-ports-gnome-9df204bfdb38c6d5e8bb617b5ae5b4cf5ba4587d.tar.gz
freebsd-ports-gnome-9df204bfdb38c6d5e8bb617b5ae5b4cf5ba4587d.tar.zst
freebsd-ports-gnome-9df204bfdb38c6d5e8bb617b5ae5b4cf5ba4587d.zip
Fix do-patch
Reported by: mandree
Diffstat (limited to 'Mk/bsd.port.mk')
-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 9440cf647f80..e28120861921 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -3630,7 +3630,7 @@ patch-dos2unix:
do-patch:
.if defined(PATCHFILES)
@${ECHO_MSG} "===> Applying distribution patches for ${PKGNAME}"
- @(set -e;
+ @(set -e; \
cd ${_DISTDIR}; \
patch_dist_strip () { \
case "$$1" in \