CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2012/04/28 04:50:35
Modified files:
infrastructure/mk: bsd.port.mk gnu.port.mk
Log message:
Set localstatedir (i.e. BASELOCALSTATEDIR) to /var by default if
CONFIGURE_STYLE is gnu.
Works the same way as SYSCONFDIR, one can append a subdirectory to
change the default localstatedir by using the following construct in the
port Makefile:
LOCALSTATEDIR= ${BASELOCALSTATEDIR}/foobar
Note that this variable in not substituted in PLIST.
bulk tested by landry (on a previous diff)
ok jasper@ sthen@