From dab61dff141cf6f3c73d292a0b3d51f7c627db07 Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Wed, 24 Dec 1997 01:21:47 +0000 Subject: No need to use += on first appearance of variables. --- databases/postgresql91-server/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'databases/postgresql91-server') diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index acbe10c0c3b1..d582b8312d6a 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -3,7 +3,7 @@ # Date created: April 2, 1997 # Whom: Marc G. Fournier # -# $Id: Makefile,v 1.20 1997/11/26 23:42:12 jseger Exp $ +# $Id: Makefile,v 1.21 1997/12/04 11:44:52 asami Exp $ DISTNAME= postgresql-6.2.1 CATEGORIES= databases @@ -15,7 +15,7 @@ MAINTAINER= andreas@FreeBSD.ORG # if you want to use the tcl/tk frontend pgaccess, then you need to build # postgresql with tcl support by typing: make USE_TCL=yes .if defined(USE_TCL) -MAKE_ENV+= USE_TCL=true TCL_INCDIR=${PREFIX}/include/tcl8.0 +MAKE_ENV= USE_TCL=true TCL_INCDIR=${PREFIX}/include/tcl8.0 LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl80 .endif @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_GMAKE= YES MAKEFILE= GNUmakefile HAS_CONFIGURE= YES -CONFIGURE_ARGS+=--prefix=${PREFIX}/pgsql \ +CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \ --enable-locale \ --with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` -- cgit v1.2.3