aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2012-11-06 06:34:58 +0800
committeradamw <adamw@FreeBSD.org>2012-11-06 06:34:58 +0800
commit11827c3d1de4f19ac7b792d7ed08018a1cbcfff1 (patch)
treea90164d8a747045a234ffce1714518d90f548d44 /x11-wm
parentaaff1562ca1a28e2bda7ec224784565f8339b140 (diff)
downloadfreebsd-ports-gnome-11827c3d1de4f19ac7b792d7ed08018a1cbcfff1.tar.gz
freebsd-ports-gnome-11827c3d1de4f19ac7b792d7ed08018a1cbcfff1.tar.zst
freebsd-ports-gnome-11827c3d1de4f19ac7b792d7ed08018a1cbcfff1.zip
Add missing semicolon, newline escapes, that sort of thing, to
fix build. Feature safe: yes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/e16utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/e16utils/Makefile b/x11-wm/e16utils/Makefile
index 904adb25483e..3201f75390bc 100644
--- a/x11-wm/e16utils/Makefile
+++ b/x11-wm/e16utils/Makefile
@@ -26,7 +26,7 @@ PLIST_FILES= bin/e16menuedit \
do-patch:
.for i in ${SUB_STUBS}
if [ -f "${PATCHDIR}/patch-${i}" ]; then \
- cd ${WRKDIR}/${i} ; ${PATCH} -s < ${PATCHDIR}/patch-${i}
+ cd ${WRKDIR}/${i} ; ${PATCH} -s < ${PATCHDIR}/patch-${i}; \
fi
.endfor