In current configuration, its not possible to do "make extract", if your /usr/ports happens to be read-only NFS mount, unless you define WRKDIR, but since I already have WRKDIRPREFIX in /etc/make.conf ... Fix: Currently jakarta-tomcat4 port's Makefile defines: WRKDIR?= ${.CURDIR}/work This is unnecessary line, because bsd.port.mk already defines it and if we still want to define it in jakarta-tomcat4's Makefile, it should be: WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/work How-To-Repeat: See Description.
Responsible Changed From-To: freebsd-ports->znerd Over to maintainer
State Changed From-To: open->closed Committed the change to the jakarta-tomcat4 port and to all related ports(JBoss 2/3, Orion, Tomcat 3). Thanks!