diff options
author | antoine <antoine@FreeBSD.org> | 2013-07-01 04:53:06 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-07-01 04:53:06 +0800 |
commit | c677f68bf6efc4e1d6350446d4073b140d24dc08 (patch) | |
tree | 22314b40800ada431288009a3306e241dd30c1d9 /games | |
parent | a8ff940771b2eba97ba27950713fdf0583af7606 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |