summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-10-29 10:27:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-10-29 10:27:24 +0000
commit8acecd427232897e4c551ef41156f7652edbca97 (patch)
treefbcea722143803a95b61e1554555a5a462355a70 /x11-wm
parent- update to 3.0.1 (diff)
Fix patch not being correctly applied on 8.3
Submitted by: "George L. Yermulnik" <yz@yz.kiev.ua> Feature safe: yes
Notes
Notes: svn path=/head/; revision=306599
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/e16utils/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/e16utils/Makefile b/x11-wm/e16utils/Makefile
index 16e4ac96015d..904adb25483e 100644
--- a/x11-wm/e16utils/Makefile
+++ b/x11-wm/e16utils/Makefile
@@ -25,9 +25,9 @@ PLIST_FILES= bin/e16menuedit \
do-patch:
.for i in ${SUB_STUBS}
-.if exists(${PATCHDIR}/patch-${i})
- @cd ${WRKDIR}/${i} ; ${PATCH} -s < ${PATCHDIR}/patch-${i}
-.endif
+ if [ -f "${PATCHDIR}/patch-${i}" ]; then \
+ cd ${WRKDIR}/${i} ; ${PATCH} -s < ${PATCHDIR}/patch-${i}
+ fi
.endfor
do-configure: