aboutsummaryrefslogtreecommitdiff
path: root/games/klondike
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
commit2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch)
tree0b080fcd55271333176593e1b9bc0b48aedbe9fa /games/klondike
parent21829056931f158e125c2d89352e36c1c7196a26 (diff)
downloadports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.tar.gz
ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.zip
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes: svn path=/head/; revision=37252
Diffstat (limited to 'games/klondike')
-rw-r--r--games/klondike/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/games/klondike/Makefile b/games/klondike/Makefile
index 92fee014df1e..b260e8d4ecb9 100644
--- a/games/klondike/Makefile
+++ b/games/klondike/Makefile
@@ -7,17 +7,17 @@
PORTNAME= klondike
PORTVERSION= 1.9
-CATEGORIES= games tk82
-MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/
+CATEGORIES= games tk82
+MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/
-MAINTAINER= faber@isi.edu
+MAINTAINER= faber@isi.edu
-RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
+RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
-GNU_CONFIGURE= Yes
-CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \
--mandir=${PREFIX}/man
-CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish8.2
-MAN6= klondike.6
+CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish8.2
+MAN6= klondike.6
.include <bsd.port.mk>