PORT_DBDIR?= /var/db/ports is the default setting in bsd.ports.mk -- the
following ports redefine it to exactly the same value:

% grep -r 'PORT_DBDIR?=' .
./security/pear-Crypt_RSA/Makefile:PORT_DBDIR?= /var/db/ports
./Mk/bsd.port.mk:PORT_DBDIR?=   /var/db/ports
./mail/squirrelmail-shared_calendars-plugin/Makefile:PORT_DBDIR?=
/var/db/ports
./lang/php52-extensions/Makefile:PORT_DBDIR?=   /var/db/ports
./lang/php5-extensions/Makefile:PORT_DBDIR?=    /var/db/ports
./lang/php4-extensions/Makefile:PORT_DBDIR?=    /var/db/ports
./lang/fpc-units/Makefile:PORT_DBDIR?=  /var/db/ports
./sysutils/thefish/Makefile:PORT_DBDIR?=        /var/db/ports
./devel/mico/Makefile:PORT_DBDIR?=      /var/db/ports
./net-mgmt/nedi/Makefile:PORT_DBDIR?=   /var/db/ports
./net-mgmt/netustad/Makefile:PORT_DBDIR?=       /var/db/ports

In the same vein, if a port sets LATEST_LINK this is automatically
used for UNIQUENAME so the following are all redundant too:

% grep -r '${PORT_DBDIR}/${LATEST_LINK}/options' .
./security/pear-Crypt_RSA/Makefile:OPTIONSFILE?=
${PORT_DBDIR}/${LATEST_LINK}/options
./mail/squirrelmail-shared_calendars-plugin/Makefile:OPTIONSFILE?=
${PORT_DBDIR}/${LATEST_LINK}/options
./lang/php52-extensions/Makefile:OPTIONSFILE?=
${PORT_DBDIR}/${LATEST_LINK}/options
./lang/php5-extensions/Makefile:OPTIONSFILE?=
${PORT_DBDIR}/${LATEST_LINK}/options
./lang/php4-extensions/Makefile:OPTIONSFILE?=
${PORT_DBDIR}/${LATEST_LINK}/options
./lang/fpc-units/Makefile:OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options
./sysutils/thefish/Makefile:OPTIONSFILE?=
${PORT_DBDIR}/${LATEST_LINK}/options
./net-mgmt/nedi/Makefile:OPTIONSFILE?=  ${PORT_DBDIR}/${LATEST_LINK}/options
./net-mgmt/netustad/Makefile:OPTIONSFILE?=
${PORT_DBDIR}/${LATEST_LINK}/options

        Pedantically,

        Matthew


-- 
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
JID: matt...@infracaninophile.co.uk               Kent, CT11 9PW

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to