diff options
author | wiz <wiz@pkgsrc.org> | 2016-08-28 15:48:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-08-28 15:48:28 +0000 |
commit | 603dcc22edc1f178f5df2f3c0853c1294bfc80f8 (patch) | |
tree | 85b93e9a4d849775aa1efab701f573dd711aa579 /textproc/py-sphinx | |
parent | 5391a4ec072e7fb654bef8dbf0ece3ee0945c3fb (diff) | |
download | pkgsrc-603dcc22edc1f178f5df2f3c0853c1294bfc80f8.tar.gz |
Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.
Mark a couple more packages as not ready for python-3.x.
Diffstat (limited to 'textproc/py-sphinx')
-rw-r--r-- | textproc/py-sphinx/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile index 8aaa4423da3..9374fedd4c6 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2016/06/08 17:43:40 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2016/08/28 15:48:35 wiz Exp $ DISTNAME= Sphinx-1.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -24,8 +24,6 @@ DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose USE_LANGUAGES= #none -PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -FILES_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} REPLACE_PYTHON+= sphinx/pycode/pgen2/token.py |