aboutsummaryrefslogtreecommitdiff
path: root/games/openarena
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /games/openarena
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Notes
Diffstat (limited to 'games/openarena')
-rw-r--r--games/openarena/Makefile2
-rw-r--r--games/openarena/Makefile.include2
2 files changed, 2 insertions, 2 deletions
diff --git a/games/openarena/Makefile b/games/openarena/Makefile
index b7007acf6fed..87c359d4907e 100644
--- a/games/openarena/Makefile
+++ b/games/openarena/Makefile
@@ -14,7 +14,7 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= kamikaze@bsdforen.de
COMMENT= Quake3 total conversion based on the ioquake3 engine
-RUN_DEPENDS= ${DATADIR}/${Q3BASE}/pak0.pk3:${PORTSDIR}/games/openarena-data
+RUN_DEPENDS= ${DATADIR}/${Q3BASE}/pak0.pk3:games/openarena-data
MASTERDIR= ${.CURDIR}/../ioquake3
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
diff --git a/games/openarena/Makefile.include b/games/openarena/Makefile.include
index 4a386e2987cb..7adcac29c450 100644
--- a/games/openarena/Makefile.include
+++ b/games/openarena/Makefile.include
@@ -6,7 +6,7 @@ OABASE?= baseoa
PLIST_SUB+= OADIR="share/openarena"
.if ! ${OABASE:Mbaseoa}
-RUN_DEPENDS+= openarena>0:${PORTSDIR}/games/openarena
+RUN_DEPENDS+= openarena>0:games/openarena
.endif
.include <bsd.port.pre.mk>