From e1d75be620fed22fba681fa03a394faeec6f4584 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 6 Jun 1999 14:25:45 +0000 Subject: ${...:M...} is not fully glob() compliant. Don't use {,} constructs. --- databases/postgresql/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases') diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile index 426189ccb8c..724cdbeff13 100644 --- a/databases/postgresql/Makefile +++ b/databases/postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 1999/06/04 16:55:12 drochner Exp $ +# $NetBSD: Makefile,v 1.34 1999/06/06 14:25:45 tv Exp $ # FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp # @@ -36,7 +36,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX}/${PGUSER} \ --with-includes=${PREFIX}/include \ --with-libs=${PREFIX}/lib \ --with-template=`${ECHO} ${OPSYS} | ${TR} '[A-Z]' '[a-z]'` -CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include/tcl8.0 -I${PREFIX}/include/tk8.0" +CPPFLAGS+= -I${LOCALBASE}/include/tcl8.0 -I${LOCALBASE}/include/tk8.0 INSTALL_TARGET= install install-man -- cgit v1.2.3