From 02d82fe9365c4685fd80ce39b896b99b1dad4f04 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Oct 2013 17:22:27 +0000 Subject: [PATCH] - Convert to new options helper --- devel/bpython/Makefile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/devel/bpython/Makefile b/devel/bpython/Makefile index e658f6705e92..15e8b54ca3ad 100644 --- a/devel/bpython/Makefile +++ b/devel/bpython/Makefile @@ -17,7 +17,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:${PORTSDIR}/textproc/py-sphinx RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=0:${PORTSDIR}/textproc/py-pygments OPTIONS_DEFINE= EXAMPLES NLS +OPTIONS_SUB= yes +NO_STAGE= yes USE_PYTHON= yes USE_PYDISTUTILS=easy_install PYDISTUTILS_BUILD_TARGET= build bdist_egg @@ -26,15 +28,9 @@ MAN1= bpython.1 MAN5= bpython-config.5 PORTEXAMPLES= light.theme sample-config sample.theme -NO_STAGE= yes -.include +NLS_USES= gettext -.if ${PORT_OPTIONS:MNLS} -PLIST_SUB+= NLS="" -USES+= gettext -.else -PLIST_SUB+= NLS="@comment " -.endif +.include post-patch: @${REINPLACE_CMD} -e '/build\/man\/bpython/d; /data\/bpython.desktop/d' ${WRKSRC}/${PYSETUP}