For installing a port in another subdirectory, i'd used DESTDIR and DESTDIRNAME but both fails.
I also tried with 'FAKE_FLAGS=${DESTDIRNAME}=/usr/test' and 'PREFIX=${DESTDIR}/usr/local' in /etc/mk.conf but nothing. sudo make install DESTDIR=/usr/test I looked at man bsd.port.mk Any suggestion?