Catch up to the rev. 1.694 changes; WITHOUT_X11 is not anymore set in
the environment.
This commit is contained in:
parent
007054391b
commit
095b49ff6d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user