summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-11-01 15:51:11 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-11-01 15:51:11 +0000
commit10e2f8893d74e373d97d429f25e1fba63c6dfb0c (patch)
treef99280dec3feeb8e6572fedb8643be3dce788032 /games
parentBump PORTREVISION as a result of my previous commit (sound fix). (diff)
Whitespace-only:
Make indentation uniform across my ports.
Notes
Notes: svn path=/head/; revision=34558
Diffstat (limited to 'games')
-rw-r--r--games/amphetamine/Makefile4
-rw-r--r--games/clanbomber/Makefile22
-rw-r--r--games/digger-vgl/Makefile22
-rw-r--r--games/pythoong/Makefile4
4 files changed, 26 insertions, 26 deletions
diff --git a/games/amphetamine/Makefile b/games/amphetamine/Makefile
index a2a86654742f..97fe158c372f 100644
--- a/games/amphetamine/Makefile
+++ b/games/amphetamine/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: amphetamine
-# Date created: 6 March 2000
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+# Date created: 6 March 2000
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
diff --git a/games/clanbomber/Makefile b/games/clanbomber/Makefile
index a01995fb87a5..3380b73e4212 100644
--- a/games/clanbomber/Makefile
+++ b/games/clanbomber/Makefile
@@ -5,19 +5,19 @@
# $FreeBSD$
#
-PORTNAME= clanbomber
-PORTVERSION= 1.01
-CATEGORIES= games
-MASTER_SITES= http://www.clanbomber.de/files/
+PORTNAME= clanbomber
+PORTVERSION= 1.01
+CATEGORIES= games
+MASTER_SITES= http://www.clanbomber.de/files/
-MAINTAINER= sobomax@FreeBSD.org
+MAINTAINER= sobomax@FreeBSD.org
-LIB_DEPENDS= clanCore.0:${PORTSDIR}/devel/clanlib
+LIB_DEPENDS= clanCore.0:${PORTSDIR}/devel/clanlib
-USE_XLIB= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= LIBS="-pthread -L${LOCALBASE}/lib" \
- CPPFLAGS="-I${LOCALBASE}/include"
-CFLAGS+= -fpermissive -g3
+USE_XLIB= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= LIBS="-pthread -L${LOCALBASE}/lib" \
+ CPPFLAGS="-I${LOCALBASE}/include"
+CFLAGS+= -fpermissive
.include <bsd.port.mk>
diff --git a/games/digger-vgl/Makefile b/games/digger-vgl/Makefile
index 7e21d879490c..9ff12ef0408f 100644
--- a/games/digger-vgl/Makefile
+++ b/games/digger-vgl/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: Digger
# Date created: 14 April 2000
-# Whom: Maxim Sobolev
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
@@ -24,24 +24,24 @@ MAKEFILE= Makefile.fbsd
.if !defined(WITH_SOUND)
post-extract:
- @${ECHO_MSG}
- @${ECHO_MSG} "Please use \"make -DWITH_SOUND\" if you want to build the game with sound support."
- @${ECHO_MSG}
+ @${ECHO_MSG}
+ @${ECHO_MSG} "Please use \"make -DWITH_SOUND\" if you want to build the game with sound support."
+ @${ECHO_MSG}
.endif
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/digger ${PREFIX}/bin
- @${MKDIR} /var/games/digger
+ @${INSTALL_PROGRAM} ${WRKSRC}/digger ${PREFIX}/bin
+ @${MKDIR} /var/games/digger
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/digger
- @${INSTALL_MAN} ${WRKSRC}/digger.txt ${PREFIX}/share/doc/digger
+ @${MKDIR} ${PREFIX}/share/doc/digger
+ @${INSTALL_MAN} ${WRKSRC}/digger.txt ${PREFIX}/share/doc/digger
.endif
.if defined(WITH_SOUND)
post-install:
- @${ECHO_MSG}
- @${ECHO_MSG} "Use \"digger /A\" command to run Digger with sound enabled."
- @${ECHO_MSG}
+ @${ECHO_MSG}
+ @${ECHO_MSG} "Use \"digger /A\" command to run Digger with sound enabled."
+ @${ECHO_MSG}
.endif
.include <bsd.port.mk>
diff --git a/games/pythoong/Makefile b/games/pythoong/Makefile
index 97488dbad7a8..7ed16082dd9f 100644
--- a/games/pythoong/Makefile
+++ b/games/pythoong/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: pythoong
-# Date created: 24 July 2000
-# Whom: Maxim Sobolev
+# Date created: 24 July 2000
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#