diff options
author | mandree <mandree@FreeBSD.org> | 2010-08-15 18:06:43 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2010-08-15 18:06:43 +0800 |
commit | 8d798f0df31369e9c98589a20795df1e6b30282a (patch) | |
tree | 4474bdfc138615ea2307c410cf70e91f3618f541 | |
parent | 57a27ea0ac4e1ceaa1653e072c377b750d83b5ef (diff) | |
download | freebsd-ports-gnome-8d798f0df31369e9c98589a20795df1e6b30282a.tar.gz freebsd-ports-gnome-8d798f0df31369e9c98589a20795df1e6b30282a.tar.zst freebsd-ports-gnome-8d798f0df31369e9c98589a20795df1e6b30282a.zip |
Remove two unneeded lines from Makefile of atanks,
A 2D tank game with large, cartoonish weapons.
Reported by: danfe.
-rw-r--r-- | games/atanks/Makefile | 2 |
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/' \ |