diff --git a/games/xneko/Makefile b/games/xneko/Makefile index 02679ff13ac7..5b65e9ba1154 100644 --- a/games/xneko/Makefile +++ b/games/xneko/Makefile @@ -1,23 +1,23 @@ PORTNAME= xneko PORTVERSION= 1.0 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= LOCAL/dinoex DISTNAME= ${PORTNAME} -MAINTAINER= bofh@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The classic cat-and-mouse NO_WRKSUBDIR= yes USES= imake xorg USE_XORG= x11 PLIST_FILES= bin/xneko share/man/man6/xneko.6.gz .include .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=int-conversion .endif .include