Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2019 16:59:05 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502600 - head/www/mimetex
Message-ID:  <201905251659.x4PGx5QJ058521@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat May 25 16:59:05 2019
New Revision: 502600
URL: https://svnweb.freebsd.org/changeset/ports/502600

Log:
  www/mimetex: Set option descriptions correctly

Modified:
  head/www/mimetex/Makefile

Modified: head/www/mimetex/Makefile
==============================================================================
--- head/www/mimetex/Makefile	Sat May 25 16:49:45 2019	(r502599)
+++ head/www/mimetex/Makefile	Sat May 25 16:59:05 2019	(r502600)
@@ -19,8 +19,8 @@ USES=		zip
 
 OPTIONS_DEFINE=	ANTIALIASING DOCS STATIC
 OPTIONS_DEFAULT=	ANTIALIASING
-DESC_ANTIALIASING=	Use image format with anti-aliasing
-DESC_STATIC=	Possible use of mimetex on another machine
+ANTIALIASING_DESC=	Use image format with anti-aliasing
+STATIC_DESC=	Possible use of mimetex on another machine
 
 PORTDOCS=	${PORTNAME}.html
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905251659.x4PGx5QJ058521>