1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

-Fix the plist.

-Use DATADIR macros and move some stuff in DATADIR.
-Remove the BROKEN, DEPRECATED and EXPIRATION_DATE.
-Bump the PORTREVISION.

PR:		ports/83955
Submitted by:	Andrej Zverev <az@inec.ru>
This commit is contained in:
Jeremy Messenger 2005-07-24 03:45:44 +00:00
parent e780d155dd
commit 37a32041b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139998
2 changed files with 14 additions and 12 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= oilwar
PORTVERSION= 1.2.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://www.2ndpoint.fi/projektit/filut/
DISTNAME= OilWar-${PORTVERSION}
@ -15,11 +15,12 @@ DISTNAME= OilWar-${PORTVERSION}
MAINTAINER= hendrik@scholz.net
COMMENT= Evil army wants to steal your oil
BROKEN= Incomplete pkg-plist
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2005-09-22
USE_SDL= image mixer sdl
USE_REINPLACE= yes
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's|games/oilwar|${PORTNAME}|g ; \
s|/var/games|\$$\(datadir\)/oilwar|g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>

View File

@ -1,8 +1,9 @@
bin/oilwar
share/games/oilwar/background.png
share/games/oilwar/bitmaps.png
share/games/oilwar/singlegunshot.wav
share/games/oilwar/bulletricochet.wav
share/games/oilwar/explode.wav
share/games/oilwar/gasp.wav
@dirrm share/games/oilwar
%%DATADIR%%/background.png
%%DATADIR%%/bitmaps.png
%%DATADIR%%/bulletricochet.wav
%%DATADIR%%/explode.wav
%%DATADIR%%/gasp.wav
%%DATADIR%%/oilwar.scores
%%DATADIR%%/singlegunshot.wav
@dirrm %%DATADIR%%