On Mon, 29 Aug 2011, Abel Abraham Camarillo Ojeda wrote:
> Or should we patch all references of lowercase sysconfdir to uppercase
> them? :P
No, this looks fine as is, thanks.
I think this is the most correct solution, benoit?
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/git/Makefile,v
> retrieving revision 1.80
> diff -u -r1.80 Makefile
> --- Makefile 30 Jul 2011 05:08:05 -0000 1.80
> +++ Makefile 29 Aug 2011 16:49:33 -0000
> @@ -11,7 +11,7 @@
> PKGNAME-x11 = git-x11-${V}
> CATEGORIES = devel
>
> -REVISION = 0
> +REVISION = 1
>
> HOMEPAGE = http://git-scm.com/
>
> @@ -67,7 +67,7 @@
> PKG_ARCH-x11 = *
>
> MAKE_ENV = prefix=${PREFIX} CC="${CC}" CFLAGS="${CFLAGS}" V=1 \
> - SYSCONFDIR=${SYSCONFDIR} \
> + sysconfdir=${SYSCONFDIR} \
> TCLTK_PATH=${MODTK_BIN} \
> TCL_PATH=${MODTCL_BIN} \
> REGRESS_SHELL=${LOCALBASE}/bin/bash
>
> --
> DISCLAIMER: http://goldmark.org/jeff/stupid-disclaimers/
> This message will self-destruct in 3 seconds.
>
--
Antoine