Date: Tue, 12 Dec 2017 13:33:05 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456135 - head/devel/bpython Message-ID: <201712121333.vBCDX5Kv074365@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712121333.vBCDX5Kv074365>