Catch up to the rev. 1.694 changes; WITHOUT_X11 is not anymore set in

the environment.
This commit is contained in:
Ruslan Ermilov 2002-08-02 16:23:20 +00:00
parent 007054391b
commit 095b49ff6d

View File

@ -313,7 +313,8 @@ rerelease release:
@for i in ${DOCPORTS}; do \ @for i in ${DOCPORTS}; do \
cd ${CHROOTDIR}/usr/ports/$$i && \ cd ${CHROOTDIR}/usr/ports/$$i && \
make PORTSDIR=${CHROOTDIR}/usr/ports BATCH=yes \ make PORTSDIR=${CHROOTDIR}/usr/ports BATCH=yes \
JADETEX=no WITHOUT_PYTHON=yes fetch-recursive ; \ WITHOUT_X11=yes JADETEX=no WITHOUT_PYTHON=yes \
fetch-recursive ; \
done done
.endif .endif
.endif .endif