svn commit: r531022 - head/deskutils/calibre

Tobias Kortkamp tobik at FreeBSD.org
Tue Apr 7 16:06:28 UTC 2020


Author: tobik
Date: Tue Apr  7 16:06:27 2020
New Revision: 531022
URL: https://svnweb.freebsd.org/changeset/ports/531022

Log:
  deskutils/calibre: Drop misspelled OPTINS_SUB
  
  Build was not broken because USES=python already adds PYTHON2 and
  PYTHON3 subs.
  
  Reported by:	portscan

Modified:
  head/deskutils/calibre/Makefile

Modified: head/deskutils/calibre/Makefile
==============================================================================
--- head/deskutils/calibre/Makefile	Tue Apr  7 16:03:04 2020	(r531021)
+++ head/deskutils/calibre/Makefile	Tue Apr  7 16:06:27 2020	(r531022)
@@ -85,7 +85,6 @@ MAKE_ENV+=	FC_INC_DIR="${LOCALBASE}/include/fontconfig
 OPTIONS_SINGLE= 	PYTHON
 OPTIONS_SINGLE_PYTHON=	PYTHON2 PYTHON3
 OPTIONS_DEFAULT=	PYTHON3
-OPTINS_SUB=		yes
 
 PYTHON2_USES=		python:2.7
 PYTHON2_VARS=		PYTHON_BIN=${LOCALBASE}/bin/python2 \


More information about the svn-ports-all mailing list