Date: Sun, 30 Jun 2013 20:53:06 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322100 - in head: biology/fasta games/quake3-ut Message-ID: <201306302053.r5UKr6G0029244@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306302053.r5UKr6G0029244>