On Tue, Jul 03, 2007 at 03:44:23AM -0300, Daniel Bolgheroni wrote:
> Hi,
>
> after compiling audio/bmp with no FLAVOR, I've got the package in
> /usr/ports/package/${ARCH}/ as always and two subpackages (bmp-mp3-* and
> bmp-vorbis-*), which were not installed.
>
> I can install manually for sure, but is this expected?
Depends what you want. You can specify a subpackage when you install,
e.g.,
SUBPACKAGE=-vorbis make install
or you can request to install all subpackages, e.g.,
make install-all
this isn't quite done by default because in some cases, this isn't what
you might want.
All directories in the ports tree can take full specifications, it's not
a problem to do FLAVOR=something SUBPACKAGE=-something make target
You can also directly write SUBDIR=fullpkgpath make target from /usr/ports.