svn commit: r320759 - head/games/omega
Boris Samorodov
bsam at FreeBSD.org
Thu Jun 13 11:47:56 UTC 2013
Author: bsam
Date: Thu Jun 13 11:47:55 2013
New Revision: 320759
URL: http://svnweb.freebsd.org/changeset/ports/320759
Log:
. fix build with clang (CFLAGS+=-Wno-return-type);
. trim Makefile headers;
. remove the indefinite article from COMMENT.
Modified:
head/games/omega/Makefile
Modified: head/games/omega/Makefile
==============================================================================
--- head/games/omega/Makefile Thu Jun 13 11:43:07 2013 (r320758)
+++ head/games/omega/Makefile Thu Jun 13 11:47:55 2013 (r320759)
@@ -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/bin
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ports at 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 \
More information about the svn-ports-all
mailing list