diff options
Diffstat (limited to 'games/iourbanterror/Makefile')
-rw-r--r-- | games/iourbanterror/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/iourbanterror/Makefile b/games/iourbanterror/Makefile index 51b4c9a09b8b..e3ba809091dc 100644 --- a/games/iourbanterror/Makefile +++ b/games/iourbanterror/Makefile @@ -6,9 +6,8 @@ # PORTNAME= iourbanterror -PORTVERSION= 4.1 -DISTVERSION= 1.36_SVN${SVNREVISION}+${PORTVERSION} -PORTREVISION= 1 +PORTVERSION= ${GAMEVERSION}.s${SVNREVISION} +DISTVERSION= 1.36_SVN${SVNREVISION}+${GAMEVERSION} PORTEPOCH= 1 CATEGORIES= games DISTNAME= ioquake3-devel-1.36_SVN${SVNREVISION} @@ -22,7 +21,7 @@ PLIST= ${.CURDIR}/pkg-plist # The docs belong to ioquake3 NOPORTDOCS= yes - +GAMEVERSION= 4.1.1 Q3TOTALCONV= yes Q3DIR= ${PREFIX}/share/quake3 Q3ICON= ${PREFIX}/share/quake3/q3ut4/q3ut.ico |