=================================================================== RCS file: /cvs/ports/games/rezerwar/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ports/games/rezerwar/Makefile 2011/10/31 09:58:16 1.2 +++ ports/games/rezerwar/Makefile 2016/04/14 14:21:00 1.3 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2011/10/31 09:58:16 yason Exp $ +# $OpenBSD: Makefile,v 1.3 2016/04/14 14:21:00 kirby Exp $ COMMENT = hybrid puzzle game with blocks and pipes @@ -8,13 +8,10 @@ HOMEPAGE = http://tamentis.com/projects/rezerwar/ -MAINTAINER = Kirill Bychkov +MAINTAINER = Kirill Bychkov # Self PERMIT_PACKAGE_CDROM = Yes -PERMIT_PACKAGE_FTP = Yes -PERMIT_DISTFILES_CDROM =Yes -PERMIT_DISTFILES_FTP = Yes WANTLIB += SDL SDL_mixer c pthread @@ -29,6 +26,6 @@ TARGET_DOC=${PREFIX}/share/doc/rezerwar \ TARGET_DATA=${PREFIX}/share/rezerwar -NO_REGRESS = Yes +NO_TEST = Yes .include