diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-02-04 08:17:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-02-04 08:17:31 +0800 |
commit | e6464f47943ed52e04458a191ef356458c8d1996 (patch) | |
tree | 85eed8842e1142892a317726fce7655c12c7beb5 /games | |
parent | 29f2fd881ab35d590c276428d6652b0b2d556a38 (diff) | |
download | freebsd-ports-gnome-e6464f47943ed52e04458a191ef356458c8d1996.tar.gz freebsd-ports-gnome-e6464f47943ed52e04458a191ef356458c8d1996.tar.zst freebsd-ports-gnome-e6464f47943ed52e04458a191ef356458c8d1996.zip |
- Trim Makefile header
Diffstat (limited to 'games')
-rw-r--r-- | games/biniax2/Makefile | 6 | ||||
-rw-r--r-- | games/bitefusion/Makefile | 6 | ||||
-rw-r--r-- | games/blokish/Makefile | 9 | ||||
-rw-r--r-- | games/brikx/Makefile | 6 | ||||
-rw-r--r-- | games/cgoban/Makefile | 6 | ||||
-rw-r--r-- | games/chapping/Makefile | 6 |
6 files changed, 8 insertions, 31 deletions
diff --git a/games/biniax2/Makefile b/games/biniax2/Makefile index 271f8863997e..1236c6f40bfd 100644 --- a/games/biniax2/Makefile +++ b/games/biniax2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: biniax2 -# Date created: 16 Apr 2008 -# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> -# +# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru> # $FreeBSD$ -# PORTNAME= biniax2 PORTVERSION= 1.30 diff --git a/games/bitefusion/Makefile b/games/bitefusion/Makefile index 58373ead33e8..4fedb2fce9f7 100644 --- a/games/bitefusion/Makefile +++ b/games/bitefusion/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bitefusion -# Date created: 14 Jun 2006 -# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> -# +# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru> # $FreeBSD$ -# PORTNAME= bitefusion PORTVERSION= 1.0.2 diff --git a/games/blokish/Makefile b/games/blokish/Makefile index e370304dfef4..a31f142cfc4c 100644 --- a/games/blokish/Makefile +++ b/games/blokish/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: blokish -# Date created: 18 Jan 2006 -# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> -# +# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru> # $FreeBSD$ -# PORTNAME= blokish PORTVERSION= 0.9.4 @@ -31,6 +27,7 @@ WRKSRC= ${WRKDIR}/blokish PLIST_FILES= bin/blokish post-patch: - @${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|' ${WRKSRC}/makefile.in ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|' \ + ${WRKSRC}/makefile.in ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/games/brikx/Makefile b/games/brikx/Makefile index facc5fed72df..4c4c5318bb01 100644 --- a/games/brikx/Makefile +++ b/games/brikx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: brikx -# Date created: 07 Sep 2009 -# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org> -# +# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> # $FreeBSD$ -# PORTNAME= brikx PORTVERSION= 0.4.5 diff --git a/games/cgoban/Makefile b/games/cgoban/Makefile index 8f0a08a352f6..61f208a05a3f 100644 --- a/games/cgoban/Makefile +++ b/games/cgoban/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cgoban -# Date created: 28 October 1996 -# Whom: simonm@dcs.gla.ac.uk -# +# Created by: simonm@dcs.gla.ac.uk # $FreeBSD$ -# PORTNAME= cgoban PORTVERSION= 1.9.14 diff --git a/games/chapping/Makefile b/games/chapping/Makefile index 730c7d40e9ab..d84a5237202f 100644 --- a/games/chapping/Makefile +++ b/games/chapping/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: chapping -# Date created: 01 Aug 2008 -# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org> -# +# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> # $FreeBSD$ -# PORTNAME= chapping PORTVERSION= 0.43 |