diff options
author | adamw <adamw@FreeBSD.org> | 2012-11-06 06:34:58 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2012-11-06 06:34:58 +0800 |
commit | 11827c3d1de4f19ac7b792d7ed08018a1cbcfff1 (patch) | |
tree | a90164d8a747045a234ffce1714518d90f548d44 /x11-wm | |
parent | aaff1562ca1a28e2bda7ec224784565f8339b140 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |