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. --- games/tvp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/tvp/Makefile') diff --git a/games/tvp/Makefile b/games/tvp/Makefile index 5dd4ea0d6492..3ed5ad5d1aa2 100644 --- a/games/tvp/Makefile +++ b/games/tvp/Makefile @@ -3,7 +3,7 @@ # Date Created: 3 Jul 1996 # Whom: Tim Vanderhoek # -# $Id: Makefile,v 1.1.1.1 1997/10/23 14:42:22 hoek Exp $ +# $Id: Makefile,v 1.2 1997/11/08 13:26:08 hoek Exp $ # DISTNAME= tvp-0.9.7.1 @@ -18,7 +18,7 @@ MAINTAINER= hoek@FreeBSD.ORG LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-tcl-dir=${PREFIX}/lib \ +CONFIGURE_ARGS= --enable-tcl-dir=${PREFIX}/lib \ --enable-carddir=${PREFIX}/share/games/tvp MAN6= tvp.6 -- cgit v1.2.3