aboutsummaryrefslogtreecommitdiff
path: root/games/dontspace
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-05-09 23:42:43 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-05-09 23:42:43 +0000
commitf6da2d14afa31376b1d4f8d91da6ae26ad06b6e5 (patch)
tree09d9fa17641b82bc7ce66f32637ca8a8f2b0be07 /games/dontspace
parent0fc5da0960bf9b3dc61352957d7cefae52b37beb (diff)
downloadports-f6da2d14afa31376b1d4f8d91da6ae26ad06b6e5.tar.gz
ports-f6da2d14afa31376b1d4f8d91da6ae26ad06b6e5.zip
No need to use += for CONFIGURE_ENV here. Remember, bsd.port.mk is
included at the end of the Makefile.
Notes
Notes: svn path=/head/; revision=6439
Diffstat (limited to 'games/dontspace')
-rw-r--r--games/dontspace/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/dontspace/Makefile b/games/dontspace/Makefile
index 2bdf10e73b20..50aa43cc77f9 100644
--- a/games/dontspace/Makefile
+++ b/games/dontspace/Makefile
@@ -3,7 +3,7 @@
# Date created: 26-Apr-97
# Whom: johnh@isi.edu
#
-# $Id: Makefile,v 1.1.1.1 1997/05/07 07:44:38 tg Exp $
+# $Id: Makefile,v 1.2 1997/05/09 09:31:07 tg Exp $
#
DISTNAME= dontspace-1.2
@@ -17,7 +17,7 @@ RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \
--mandir=${PREFIX}/man
-CONFIGURE_ENV+= WISHX=${PREFIX}/bin/wish4.1
+CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish4.1
MAN6= dontspace.6
.include <bsd.port.mk>