Python meta-port deinstall failing with custom PREFIX & LOCALBASE

Mike Brown mike at skew.org
Wed Nov 15 20:09:03 PST 2006


If I first do this:

mkdir /var/tmp/tmptree
mtree -U -f /etc/mtree/BSD.local.dist -d -e -p $/var/tmp/tmptree
cd /usr/ports/lang/python
make install PREFIX=/var/tmp/tmptree LOCALBASE=/var/tmp/tmptree


...then this fails ('python not installed, skipping'):

make deinstall PREFIX=/var/tmp/tmptree LOCALBASE=/var/tmp/tmptree


...but this succeeds:

cd ../python24
make deinstall PREFIX=/var/tmp/tmptree LOCALBASE=/var/tmp/tmptree


Shouldn't the deinstall work from the meta-port directory?


More information about the freebsd-ports mailing list