Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Feb 2021 05:57:24 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564766 - head/textproc/py-sphinxcontrib-autoprogram
Message-ID:  <202102090557.1195vOZc059541@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Tue Feb  9 05:57:23 2021
New Revision: 564766
URL: https://svnweb.freebsd.org/changeset/ports/564766

Log:
  Missing modification in the last commit, no need to set OPTIONS_DEFAULT=DOCS

Modified:
  head/textproc/py-sphinxcontrib-autoprogram/Makefile

Modified: head/textproc/py-sphinxcontrib-autoprogram/Makefile
==============================================================================
--- head/textproc/py-sphinxcontrib-autoprogram/Makefile	Tue Feb  9 05:54:55 2021	(r564765)
+++ head/textproc/py-sphinxcontrib-autoprogram/Makefile	Tue Feb  9 05:57:23 2021	(r564766)
@@ -22,7 +22,6 @@ GH_PROJECT=	autoprogram
 NO_ARCH=	yes
 
 OPTIONS_DEFINE=		DOCS
-OPTIONS_DEFAULT=	DOCS
 
 DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=1.2,1:textproc/py-sphinx@${PY_FLAVOR}
 DOCS_PORTDOCS=		*



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