1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00

Wrap a long line.

MFC after:	3 days
X-MFC-with:	r270417, r270418, r270455
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-08-24 12:51:34 +00:00
parent 8cc11167fb
commit 9c6096d3a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270457

View File

@ -263,7 +263,8 @@ if [ -d ${CHROOTDIR}/usr/ports ]; then
PBUILD_FLAGS="${PBUILD_FLAGS} UNAME_r=${UNAME_r}"
PBUILD_FLAGS="${PBUILD_FLAGS} OSREL=${REVISION}"
chroot ${CHROOTDIR} make -C /usr/ports/textproc/docproj \
${PBUILD_FLAGS} OPTIONS_UNSET="FOP IGOR" install clean distclean
${PBUILD_FLAGS} OPTIONS_UNSET="FOP IGOR" \
install clean distclean
fi
fi