Make sure your port honors
WRKDIRPREFIX
. Most ports do not have to
worry about this. In particular, if you are referring to a
WRKDIR
of another port, note that the
correct location is
not
WRKDIRPREFIX
PORTSDIR
/subdir
/name
/work
or
PORTSDIR
/subdir
/name
/work
or some such..CURDIR
/../../subdir
/name
/work
Also, if you are defining WRKDIR
yourself, make sure you prepend
${WRKDIRPREFIX}${.CURDIR}
in
the front.
This, and other documents, can be downloaded from http://ftp.FreeBSD.org/pub/FreeBSD/doc/
For questions about FreeBSD, read the
documentation before
contacting <questions@FreeBSD.org>.
For questions about this documentation, e-mail <doc@FreeBSD.org>.