svn commit: r306594 - head/databases/tora

Jason E. Hale jhale at freebsd.org
Mon Oct 29 12:55:19 UTC 2012


On Monday, October 29, 2012 08:19:57 Baptiste Daroussin wrote:
> Author: bapt
> Date: Mon Oct 29 08:19:57 2012
> New Revision: 306594
> URL: http://svn.freebsd.org/changeset/ports/306594
> 
> Log:
>   Convert to new options framework
>   Make ORACLE a real i386 only option
>   Remove pre FreeBSD 7.x bits
> 
>   Feature safe:	yes
> 
> Modified:
>   head/databases/tora/Makefile
> 
> Modified: head/databases/tora/Makefile
> ============================================================================
> == --- head/databases/tora/Makefile	Mon Oct 29 08:04:39 2012	(r306593) +++
> head/databases/tora/Makefile	Mon Oct 29 08:19:57 2012	(r306594) @@ -15,9
<--snip-->
>  pre-configure:
> -.if defined(NOPORTDOCS)
> +.if ${PORT_OPTIONS:MDOCS}
>  	@${REINPLACE_CMD} -e 's|test doc|test|' ${WRKSRC}/Makefile.am
>  .else
>  	@${REINPLACE_CMD} -e 's|/etc/torarc|${PREFIX}/etc/torarc|'	\
>  		${PREFIX2FIX:S|^|${WRKSRC}/|}
>  .endif
>
You have the logic reversed here.

-- 
Jason E. Hale - jhale@
FreeBSD Ports Committer
KDE/FreeBSD Team


More information about the svn-ports-all mailing list