1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Remove two unneeded lines from Makefile of atanks,

A 2D tank game with large, cartoonish weapons.

Reported by: danfe.
This commit is contained in:
Matthias Andree 2010-08-15 10:06:43 +00:00
parent 7350a93265
commit 84238afb1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259288

View File

@ -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/' \