diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-12 04:46:48 +0800 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-12 04:46:48 +0800 |
commit | bb65cacf32e925f0d318a9a25bb58ee38b8c92ca (patch) | |
tree | a47c0b9693d6ca3818c3d8573416ee954f912f50 /games | |
parent | c367b55b6b95e3647b4f672e0d519264709e1239 (diff) | |
download | freebsd-ports-gnome-bb65cacf32e925f0d318a9a25bb58ee38b8c92ca.tar.gz freebsd-ports-gnome-bb65cacf32e925f0d318a9a25bb58ee38b8c92ca.tar.zst freebsd-ports-gnome-bb65cacf32e925f0d318a9a25bb58ee38b8c92ca.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/xbattle/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games/xbattle/Makefile b/games/xbattle/Makefile index 806a13bce1f6..221a9c41acc3 100644 --- a/games/xbattle/Makefile +++ b/games/xbattle/Makefile @@ -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/ |