En un mensaje anterior, Matt Van Mater escribió:
> I there a way to specify that I want the contribs directory (and its
> children) compiled and installed during the build process in the
> various BSD ports systems? Of course I understand that what works on
> one BSD may not work on the others, but I don't see any FLAVORs or
> make options that would suggest there is a way to do this (I have
> looked in Open|Free ).
cd /usr/ports/databases/postgresql-contrib
make && make install && make clean
Regards.