diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-06-16 19:01:33 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-06-16 19:01:33 +0000 |
commit | 02d63a907eb72d2c13fe91a2204777a80413503e (patch) | |
tree | c38e785066699b11a370573f1a9165df80f52d88 /games/concentration/Makefile | |
parent | 3de8ec0524ea400d2d9588c82d65057fab5b5159 (diff) | |
download | ports-02d63a907eb72d2c13fe91a2204777a80413503e.tar.gz ports-02d63a907eb72d2c13fe91a2204777a80413503e.zip |
Notes
Diffstat (limited to 'games/concentration/Makefile')
-rw-r--r-- | games/concentration/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/games/concentration/Makefile b/games/concentration/Makefile index 523ca5fe66d2..74bf3cddda29 100644 --- a/games/concentration/Makefile +++ b/games/concentration/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: concentration -# Date created: 10 Nov 2005 -# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> -# +# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru> # $FreeBSD$ -# PORTNAME= concentration PORTVERSION= 1.2 @@ -24,7 +20,4 @@ LDFLAGS+= `${SDL_CONFIG} --libs` MAN6= concentration.6 -post-patch: - @${REINPLACE_CMD} -e 's|-std=gnu99 ||g' ${WRKSRC}/configure - .include <bsd.port.mk> |