Add missing semicolon, newline escapes, that sort of thing, to

fix build.

Feature safe:	yes
This commit is contained in:
Adam Weinberger 2012-11-05 22:34:58 +00:00
parent 705ad75ebd
commit 9f3d75288b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307043

View File

@ -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