svn commit: r456135 - head/devel/bpython

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 12 13:33:09 UTC 2017


Author: sunpoet
Date: Tue Dec 12 13:33:04 2017
New Revision: 456135
URL: https://svnweb.freebsd.org/changeset/ports/456135

Log:
  Set PKGNAMESUFFIX unconditionally

Modified:
  head/devel/bpython/Makefile

Modified: head/devel/bpython/Makefile
==============================================================================
--- head/devel/bpython/Makefile	Tue Dec 12 13:32:59 2017	(r456134)
+++ head/devel/bpython/Makefile	Tue Dec 12 13:33:04 2017	(r456135)
@@ -6,6 +6,7 @@ PORTVERSION=	0.17
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP \
 		https://bpython-interpreter.org/releases/
+PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Fancy interface to the Python interpreter
@@ -24,7 +25,7 @@ OPTIONS_DEFINE=	EXAMPLES NLS
 OPTIONS_SUB=	yes
 
 NO_ARCH=	yes
-USE_PYTHON=	autoplist concurrent distutils optsuffix
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 PORTEXAMPLES=	light.theme sample.theme


More information about the svn-ports-head mailing list