diff options
-rw-r--r-- | games/openarena/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/openarena/Makefile b/games/openarena/Makefile index cfaebeb0871a..6400e1bd96e3 100644 --- a/games/openarena/Makefile +++ b/games/openarena/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= openarena -DISTVERSION= ${GAMEVERSION}.s${SVNREVISION} -PORTREVISION= 3 -PORTEPOCH= 1 +PORTVERSION= ${GAMEVERSION}.s${SVNREVISION} +PORTEPOCH= 2 MASTER_SITES= SF/oarena/src \ http://files.poulsander.com/~poul19/public_files/oa/dev088/ DISTNAME= ${PORTNAME}-engine-source-${GAMEVERSION} |