aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2010-08-15 10:06:43 +0000
committerMatthias Andree <mandree@FreeBSD.org>2010-08-15 10:06:43 +0000
commit84238afb1c975bc7a834c164ca636daa71ad527d (patch)
treeb0a0603c1feb04a6b010d414eac6e40ed9fcad0d /games
parent7350a932651d4a103729121c34ed6ebea3e0000e (diff)
downloadports-84238afb1c975bc7a834c164ca636daa71ad527d.tar.gz
ports-84238afb1c975bc7a834c164ca636daa71ad527d.zip
Remove two unneeded lines from Makefile of atanks,
A 2D tank game with large, cartoonish weapons. Reported by: danfe.
Notes
Notes: svn path=/head/; revision=259288
Diffstat (limited to 'games')
-rw-r--r--games/atanks/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/games/atanks/Makefile b/games/atanks/Makefile
index b47ec97385ec..9e4cb6d50722 100644
--- a/games/atanks/Makefile
+++ b/games/atanks/Makefile
@@ -9,7 +9,6 @@ PORTNAME= atanks
PORTVERSION= 4.6
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
-DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= jessefrgsmith@yahoo.ca
COMMENT= A 2D tank game with large, cartoonish weapons
@@ -28,7 +27,6 @@ post-patch:
-e 's/-m *755/-m555 ${STRIP}/;' \
-e 's/-m *644/-m444/;' \
${WRKSRC}/Makefile
-
.if ${OSVERSION} >= 800501
${REINPLACE_CMD} \
-e 's/int Filter_File( struct dirent/int Filter_File( const struct dirent/' \