Code:
cd /usr/ports/net/samba34
kenorb# make extract
===> samba34-3.4.9 conflicts with installed package(s):
tdb-1.2.0_1
They install files into the same place.
Please remove them first with pkg_delete(1).
*** Error code 1
kenorb# make -f extract
make: cannot open extract.
kenorb# make -h
make: illegal option -- h
kenorb# make --help
make: illegal option -- -
How I could force it without hacking .mk files or Makefile?
Should be there info with list of variables how to force this operation?