diff options
author | bsam <bsam@FreeBSD.org> | 2013-06-13 19:47:55 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-06-13 19:47:55 +0800 |
commit | 75dd6daa8fa0b81d1f5b093aaccf1853d6ddfdc4 (patch) | |
tree | 7e50dda2d626468873fd409a4ed18cbde94860d9 /games | |
parent | 152c1c31208860d3c35614ca23d3d59d4e8b33ff (diff) | |
download | freebsd-ports-gnome-75dd6daa8fa0b81d1f5b093aaccf1853d6ddfdc4.tar.gz freebsd-ports-gnome-75dd6daa8fa0b81d1f5b093aaccf1853d6ddfdc4.tar.zst freebsd-ports-gnome-75dd6daa8fa0b81d1f5b093aaccf1853d6ddfdc4.zip |
. fix build with clang (CFLAGS+=-Wno-return-type);
. trim Makefile headers;
. remove the indefinite article from COMMENT.
Diffstat (limited to 'games')
-rw-r--r-- | games/omega/Makefile | 9 |
1 files 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 \ |