From b1edc1ad4e18659f01f5d6006dc4306e6eb521f6 Mon Sep 17 00:00:00 2001 From: kmoore Date: Thu, 25 Jun 2015 13:00:30 +0000 Subject: - Cleanup the Makefile - Use CHEESESHOP as dist location - Add python category - Add LICENSE_FILE - Fix order of USE_PYTHON --- textproc/py-sphinx-intl/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/py-sphinx-intl/Makefile b/textproc/py-sphinx-intl/Makefile index 2ab1a830754c..e520bd9fbac0 100644 --- a/textproc/py-sphinx-intl/Makefile +++ b/textproc/py-sphinx-intl/Makefile @@ -4,20 +4,20 @@ PORTNAME= sphinx-intl PORTVERSION= 0.9.5 PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= https://pypi.python.org/packages/source/s/${PORTNAME}/ \ - http://www.pcbsd.org/~kris/software/ +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kmoore@FreeBSD.org COMMENT= Sphinx-intl translation features LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx \ ${PKGNAMEPREFIX}polib>=1.0.6:${PORTSDIR}/devel/py-polib USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include -- cgit