diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-13 11:47:55 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-13 11:47:55 +0000 |
commit | 995d95bc76a5a2ed3af60860e5664a015bdc08dd (patch) | |
tree | 7e50dda2d626468873fd409a4ed18cbde94860d9 /games | |
parent | 5449bb6104b58fb806f8ab9dd52c0c1c968d0217 (diff) | |
download | ports-995d95bc76a5a2ed3af60860e5664a015bdc08dd.tar.gz ports-995d95bc76a5a2ed3af60860e5664a015bdc08dd.zip |
. fix build with clang (CFLAGS+=-Wno-return-type);
. trim Makefile headers;
. remove the indefinite article from COMMENT.
Notes
Notes:
svn path=/head/; revision=320759
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 \ |