From 68edbeeaae964d81a4b96aea76974015371e7b07 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Mon, 20 Apr 2015 19:06:29 +0000 Subject: - Display a stage-qa warning when ports use PREFIX/var instead of /var - Add --localstatedir=/var to _LATE_CONFIGURE_ARGS (like --mandir) but not when CONFIGURE_ARGS already sets it. (GNU configure scripts set it to PREFIX/var when PREFIX != /usr.) - Add --localstatedir="${PREFIX}/var" to CONFIGURE_ARGS in some ports so they aren't affected by this change (for now at least). This commit is meant to ensure that new ports don't make the same mistake. - games/acm: the configure script in this port is very old; instead of patching it more, just replace GNU_CONFIGURE with HAS_CONFIGURE. - irc/charybdis: it already used /var but adding --localstatedir=/var changed the behaviour of the configure script; adjust the port to this. PR: 199506 Exp-run by: antoine Approved by: portmgr (antoine) --- net/ndisc6/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/ndisc6') diff --git a/net/ndisc6/Makefile b/net/ndisc6/Makefile index 32e78ba93a02..810b3322dfcf 100644 --- a/net/ndisc6/Makefile +++ b/net/ndisc6/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 USES= tar:bzip2 perl5 USE_GCC= any GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-suid-install +CONFIGURE_ARGS= --disable-suid-install --localstatedir="${PREFIX}/var" CONFIGURE_ENV= PERL=${LOCALBASE}/bin/perl MAKE_ENV= CHOWNPROG=: -- cgit v1.2.3