src/release/Makefile assumes that src/release directory is actually /usr/src/release. It seems that your source code location is /home/src.
reichert> /usr/bin/time make release \ reichert> CHROOTDIR=/home/release \ reichert> BUILDNAME=4.5-RELEASE \ reichert> CVSROOT=/home/ncvs \ reichert> RELEASETAG=RELENG_4_5_0_RELEASE DOCDISTFILES=/your/ports/distfile/directory will help you. Note that this variable name is changed to 'RELEASEDISTFILES' in recent 4-stable. If you want to learn more about "make release", read release(7) manual available in recent 4-stable. Also src/release/Makefile will help you:) -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

