aboutsummaryrefslogtreecommitdiff
path: root/games/klondike
diff options
context:
space:
mode:
Diffstat (limited to 'games/klondike')
-rw-r--r--games/klondike/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/klondike/Makefile b/games/klondike/Makefile
index 5dfdff2f416a..381c544da9b5 100644
--- a/games/klondike/Makefile
+++ b/games/klondike/Makefile
@@ -3,7 +3,7 @@
# Date created: 26-Apr-97
# Whom: johnh@isi.edu
#
-# $Id: Makefile,v 1.2 1997/05/07 07:47:00 tg Exp $
+# $Id: Makefile,v 1.3 1997/05/09 09:31:08 tg Exp $
#
DISTNAME= klondike-1.8
@@ -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= klondike.6
.include <bsd.port.mk>