############################################################################### # As of 04/08/04, there is no longer need to apply the patch. mail/popa3d # # maintainer added this feature to original Makefile, usage is the same: # # make MAILBOX_HOME=yes all install clean # ############################################################################### ports/mail/popa3d + $HOME/Mailbox patch This is second approach to this problem, this time it has been tested on both FreeBSD 4.x and FreeBSD 5.x, and it works. How to apply it and compile? # cd /usr/ports/mail/popa3d # fetch http://pyzmen.kam.pl/dev/popa3d-Mailbox.patch.gz # gunzip popa3d-Mailbox.patch.gz # patch -p1 < popa3d-Mailbox.patch # make MAILBOX_HOME=yes all install clean If you find this patch crashing, let me know