aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-07-01 04:53:06 +0800
committerantoine <antoine@FreeBSD.org>2013-07-01 04:53:06 +0800
commitc677f68bf6efc4e1d6350446d4073b140d24dc08 (patch)
tree22314b40800ada431288009a3306e241dd30c1d9 /games
parenta8ff940771b2eba97ba27950713fdf0583af7606 (diff)
downloadfreebsd-ports-gnome-c677f68bf6efc4e1d6350446d4073b140d24dc08.tar.gz
freebsd-ports-gnome-c677f68bf6efc4e1d6350446d4073b140d24dc08.tar.zst
freebsd-ports-gnome-c677f68bf6efc4e1d6350446d4073b140d24dc08.zip
Fix some PORT_OPTIONS conversions
Diffstat (limited to 'games')
-rw-r--r--games/quake3-ut/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quake3-ut/Makefile b/games/quake3-ut/Makefile
index a2df46639f4a..84118f6a739c 100644
--- a/games/quake3-ut/Makefile
+++ b/games/quake3-ut/Makefile
@@ -22,7 +22,7 @@ NO_WRKSUBDIR= yes
DATADIR= ${Q3DIR}/${PORTNAME}
-PORT_OPTIONS= DOCS
+OPTIONS_DEFINE= DOCS
.include "${.CURDIR}/../quake3-data/Makefile.include"
.include <bsd.port.options.mk>