svn commit: r502600 - head/www/mimetex

Tobias Kortkamp tobik at FreeBSD.org
Sat May 25 16:59:07 UTC 2019


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
 


More information about the svn-ports-all mailing list