aboutsummaryrefslogtreecommitdiff
path: root/games/dontspace
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/dontspace
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/dontspace')
-rw-r--r--games/dontspace/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/games/dontspace/Makefile b/games/dontspace/Makefile
index d4659bfab0ca..1f33ef1159d5 100644
--- a/games/dontspace/Makefile
+++ b/games/dontspace/Makefile
@@ -7,17 +7,17 @@
PORTNAME= dontspace
PORTVERSION= 1.2
-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= johnh@isi.edu
+MAINTAINER= johnh@isi.edu
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= dontspace.6
+CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish8.2
+MAN6= dontspace.6
.include <bsd.port.mk>