diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-08-17 20:16:17 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-08-17 20:16:17 +0000 |
commit | 7651ab5ec9e05b026cc93d12cc6fd00450454e9a (patch) | |
tree | 6856310f88be8b95f33066dbff166f1bc311d24b /games/gnake | |
parent | 34f62417c985bde31063df9972030141f8c50ba1 (diff) | |
download | ports-7651ab5ec9e05b026cc93d12cc6fd00450454e9a.tar.gz ports-7651ab5ec9e05b026cc93d12cc6fd00450454e9a.zip |
Notes
Diffstat (limited to 'games/gnake')
-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 |