From 75dd6daa8fa0b81d1f5b093aaccf1853d6ddfdc4 Mon Sep 17 00:00:00 2001 From: bsam Date: Thu, 13 Jun 2013 11:47:55 +0000 Subject: . fix build with clang (CFLAGS+=-Wno-return-type); . trim Makefile headers; . remove the indefinite article from COMMENT. --- games/omega/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/games/omega/Makefile b/games/omega/Makefile index 9212e9ccd087..5aa4875e4311 100644 --- a/games/omega/Makefile +++ b/games/omega/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: omega -# Date created: 14 May 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= omega PORTVERSION= 0.90.4 @@ -12,10 +8,11 @@ MASTER_SITES= http://www.alcyone.com/binaries/omega/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org -COMMENT= A complex rogue-style game of dungeon exploration +COMMENT= Complex rogue-style game of dungeon exploration WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= # empty +CFLAGS+= -Wno-return-type MAN6= omega.6 MYPORTDOCS= buglist.txt docs/compile.all docs/omega.txt docs/readme.1st \ -- cgit