diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-17 16:21:37 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-17 16:21:37 +0000 |
commit | b60960981b1bb72f389b3e4f7f448117d4d07528 (patch) | |
tree | d2e5ae8cc642054a8bfab9c6293482e6e04f321f /games | |
parent | 1efda898713d26e4c18ed430b9bd2384ccb73ea5 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/gnake/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/gnake/Makefile b/games/gnake/Makefile index 546a1dc82134..b2c27207fdfc 100644 --- a/games/gnake/Makefile +++ b/games/gnake/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: gnake -# Date created: 2011/02/20 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= gnake PORTVERSION= 0.94b @@ -12,7 +8,7 @@ MASTER_SITES= LOCAL/chinsan \ http://lightless.org/files/ DISTNAME= Gnake.${PORTVERSION} -MAINTAINER= chinsan@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Nibbles clone for GNU/Linux and *BSD LICENSE= GPLv2 |