summaryrefslogtreecommitdiffstats
path: root/games/tvp
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1997-12-24 01:21:47 +0000
committeralex <alex@FreeBSD.org>1997-12-24 01:21:47 +0000
commit81b9ed4f2298c0732fc1e9c02e92bbbec0bf3b59 (patch)
tree4a42a978650c3b49c7da351295e4c90edaf0251f /games/tvp
parentabf612f4bd49f654e032a8a43ec209cb3827fdf9 (diff)
downloadFreeBSD-ports-81b9ed4f2298c0732fc1e9c02e92bbbec0bf3b59.zip
FreeBSD-ports-81b9ed4f2298c0732fc1e9c02e92bbbec0bf3b59.tar.gz
No need to use += on first appearance of variables.
Diffstat (limited to 'games/tvp')
-rw-r--r--games/tvp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tvp/Makefile b/games/tvp/Makefile
index 5dd4ea0..3ed5ad5 100644
--- a/games/tvp/Makefile
+++ b/games/tvp/Makefile
@@ -3,7 +3,7 @@
# Date Created: 3 Jul 1996
# Whom: Tim Vanderhoek <ac199@hwcn.org>
#
-# $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
OpenPOWER on IntegriCloud