diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-27 06:21:38 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-27 06:21:38 +0000 |
commit | 033107fd7cb339414b7e43412bade85582d0eb5d (patch) | |
tree | bca7fe2072dddf05eae19761aa8b4133d5bdf6e0 /games | |
parent | 53de8fe65c70ae11f8501f208a0a67e5d028ba11 (diff) | |
download | ports-033107fd7cb339414b7e43412bade85582d0eb5d.tar.gz ports-033107fd7cb339414b7e43412bade85582d0eb5d.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/nsnake/Makefile | 8 | ||||
-rw-r--r-- | games/viruskiller/Makefile | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/games/nsnake/Makefile b/games/nsnake/Makefile index 2b8c0a01b2a7..24739fc7df7a 100644 --- a/games/nsnake/Makefile +++ b/games/nsnake/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nsnake -# Date created: 08 March 2011 -# Whom: markand -# +# Created by: markand # $FreeBSD$ -# PORTNAME= nsnake PORTVERSION= 1.2.1 @@ -11,7 +7,7 @@ CATEGORIES= games MASTER_SITES= http://softs.malikania.fr/releases/ EXTRACT_SUFX= .tgz -MAINTAINER= markand@malikania.fr +MAINTAINER= ports@FreeBSD.org COMMENT= A snake game written in C and ncurses MAN6= nsnake.6 diff --git a/games/viruskiller/Makefile b/games/viruskiller/Makefile index 15c25f188979..314297bb9e70 100644 --- a/games/viruskiller/Makefile +++ b/games/viruskiller/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: viruskiller -# Date created: 2010-08-16 -# Whom: markand -# +# Created by: markand # $FreeBSD$ -# PORTNAME= viruskiller PORTVERSION= 1.03 @@ -12,7 +8,7 @@ CATEGORIES= games MASTER_SITES= http://www.parallelrealities.co.uk/download/viruskiller/ DISTNAME= ${PORTNAME}-${PORTVERSION}-1 -MAINTAINER= markand@malikania.fr +MAINTAINER= ports@FreeBSD.org COMMENT= An arcade game that relies on quick reflexes LICENSE= GPLv2 |