diff options
author | des <des@FreeBSD.org> | 2002-05-12 00:23:49 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-05-12 00:23:49 +0000 |
commit | cb2722448ec08b91c2887e94fcb70eaa42913488 (patch) | |
tree | 57e27c8d2c1cdadc9d946be6ae0c7f7fea688c9a /games/abuse/Makefile | |
parent | 0d2d4a7b56dd3b2be051419be707a97fe29c2a75 (diff) | |
download | FreeBSD-ports-cb2722448ec08b91c2887e94fcb70eaa42913488.zip FreeBSD-ports-cb2722448ec08b91c2887e94fcb70eaa42913488.tar.gz |
Remove the data cache before running the game; it might be left over from
a session played with different data files, and the engine isn't smart
enough to notice the cache doesn't match the on-disk files.
Diffstat (limited to 'games/abuse/Makefile')
-rw-r--r-- | games/abuse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/abuse/Makefile b/games/abuse/Makefile index 7647231..294cce7 100644 --- a/games/abuse/Makefile +++ b/games/abuse/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: abuse_data +# New ports collection makefile for: abuse # Date created: 11 May 2002 # Whom: des # @@ -7,6 +7,7 @@ PORTNAME= abuse PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.labyrinth.net.au/~trandor/abuse/files/ DISTFILES= abuse_datafiles.tar.gz |