diff options
author | jgh <jgh@FreeBSD.org> | 2013-08-18 04:16:17 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-08-18 04:16:17 +0800 |
commit | 2b9bebcb2ef3cacb9574cdc224fff690d523df55 (patch) | |
tree | 6856310f88be8b95f33066dbff166f1bc311d24b /games | |
parent | 154e81d1ece1031a1f63744169c9c4151615bf71 (diff) | |
download | freebsd-ports-gnome-2b9bebcb2ef3cacb9574cdc224fff690d523df55.tar.gz freebsd-ports-gnome-2b9bebcb2ef3cacb9574cdc224fff690d523df55.tar.zst freebsd-ports-gnome-2b9bebcb2ef3cacb9574cdc224fff690d523df55.zip |
- take maintainership
- trim comment
Diffstat (limited to 'games')
-rw-r--r-- | games/gnake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnake/Makefile b/games/gnake/Makefile index b2c27207fdfc..24b4718de952 100644 --- a/games/gnake/Makefile +++ b/games/gnake/Makefile @@ -8,8 +8,8 @@ MASTER_SITES= LOCAL/chinsan \ http://lightless.org/files/ DISTNAME= Gnake.${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= A Nibbles clone for GNU/Linux and *BSD +MAINTAINER= jgh@FreeBSD.org +COMMENT= Nibbles clone for GNU/Linux and *BSD LICENSE= GPLv2 LDFLAGS+= -L${LOCALBASE}/lib -lncurses |