diff options
author | mat <mat@FreeBSD.org> | 2017-04-12 17:10:05 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-04-12 17:10:05 +0800 |
commit | 81313da198c38e1ee7efe42492d04687556045cb (patch) | |
tree | e95ef147de2f82a089d3ac938e1d65d409e3979d /games | |
parent | 28ccb86533f070cf496079bcd89d9d5fee66cd9b (diff) | |
download | freebsd-ports-gnome-81313da198c38e1ee7efe42492d04687556045cb.tar.gz freebsd-ports-gnome-81313da198c38e1ee7efe42492d04687556045cb.tar.zst freebsd-ports-gnome-81313da198c38e1ee7efe42492d04687556045cb.zip |
Fix the double PORTVERSION/DISTVERSION usage in the ioquake3 ports.
Sponsored by: Absolight
Diffstat (limited to 'games')
-rw-r--r-- | games/ioquake3/Makefile | 3 | ||||
-rw-r--r-- | games/iourbanterror/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/games/ioquake3/Makefile b/games/ioquake3/Makefile index 543b33a7341b..6fc940e90d2f 100644 --- a/games/ioquake3/Makefile +++ b/games/ioquake3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= ioquake3 -DISTVERSION?= 1.36 +PORTVERSION?= ${IOQUAKE3VER} PORTREVISION?= 15 CATEGORIES= games MASTER_SITES?= http://ioquake3.org/files/${DISTVERSION}/ @@ -83,6 +83,7 @@ Q3RENDPREFIX?= renderer_ Q3RENDSUFFIX?= _${IOQ3ARCH} Q3INSTALL?= Q3ENGINEVER?= ${DISTVERSION} +IOQUAKE3VER= 1.36 ONLY_FOR_ARCHS= amd64 i386 diff --git a/games/iourbanterror/Makefile b/games/iourbanterror/Makefile index d7b1f12bbb45..81d780c1be69 100644 --- a/games/iourbanterror/Makefile +++ b/games/iourbanterror/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= iourbanterror -PORTVERSION= ${GAMEVERSION}.${DISTVERSION} +PORTVERSION= ${GAMEVERSION}.${IOQUAKE3VER} PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= games -DISTNAME= ioquake3-${DISTVERSION} +DISTNAME= ioquake3-${IOQUAKE3VER} MAINTAINER= kami@FreeBSD.org COMMENT= Quake 3 engine modified for Urban Terror (based on ioquake3) |