aboutsummaryrefslogtreecommitdiffstats
path: root/games/dontspace
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-01-17 01:33:20 +0800
committersobomax <sobomax@FreeBSD.org>2001-01-17 01:33:20 +0800
commit51369898d389675759f44baed7961d59c8233c93 (patch)
tree8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /games/dontspace
parent03f706620f3d8413ee3403771d9bc2bc73023978 (diff)
downloadfreebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.gz
freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.zst
freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.zip
Massive style enforcement - use ^I instead of spaces for variables identation.
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>