svn commit: r322100 - in head: biology/fasta games/quake3-ut
Antoine Brodin
antoine at FreeBSD.org
Sun Jun 30 20:53:06 UTC 2013
Author: antoine
Date: Sun Jun 30 20:53:06 2013
New Revision: 322100
URL: http://svnweb.freebsd.org/changeset/ports/322100
Log:
Fix some PORT_OPTIONS conversions
Modified:
head/biology/fasta/Makefile
head/games/quake3-ut/Makefile
Modified: head/biology/fasta/Makefile
==============================================================================
--- head/biology/fasta/Makefile Sun Jun 30 20:49:32 2013 (r322099)
+++ head/biology/fasta/Makefile Sun Jun 30 20:53:06 2013 (r322100)
@@ -23,7 +23,7 @@ MLINKS= fasta.1 tfasta.1 fasta.1 lfasta
fasta.1 fastx.1 fasta.1 tfastx.1 \
align.1 align0.1 lalign.1 plalign.1
-PORT_OPTIONS= DOCS
+OPTIONS_DEFINE= DOCS
do-extract:
@ ${RM} -rf ${WRKDIR}
Modified: head/games/quake3-ut/Makefile
==============================================================================
--- head/games/quake3-ut/Makefile Sun Jun 30 20:49:32 2013 (r322099)
+++ head/games/quake3-ut/Makefile Sun Jun 30 20:53:06 2013 (r322100)
@@ -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>
More information about the svn-ports-head
mailing list