. fix build with clang (CFLAGS+=-Wno-return-type);
. trim Makefile headers; . remove the indefinite article from COMMENT.
This commit is contained in:
parent
c367b55b6b
commit
bb65cacf32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320639
1 changed files with 4 additions and 6 deletions
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xbattle
|
||||
# Date created: 6 Apr 97
|
||||
# Whom: Pedro Giffuni
|
||||
#
|
||||
# Created by: Pedro Giffuni
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xbattle
|
||||
PORTVERSION= 5.4.1
|
||||
|
@ -13,12 +9,14 @@ MASTER_SITES= ${MASTER_SITE_GENTOO}
|
|||
MASTER_SITE_SUBDIR= distfiles
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A concurrent multi-player battle strategy game
|
||||
COMMENT= Concurrent multi-player battle strategy game
|
||||
|
||||
USE_IMAKE= yes
|
||||
USE_XORG= x11 xext
|
||||
MAN1= xbattle.1
|
||||
|
||||
CFLAGS+= -Wno-return-type
|
||||
|
||||
post-install:
|
||||
$(MKDIR) $(PREFIX)/share/xbattle
|
||||
$(CP) -R $(WRKSRC)/xbos $(PREFIX)/share/xbattle/
|
||||
|
|
Loading…
Reference in a new issue