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 /www/py-twill | |
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 'www/py-twill')
-rw-r--r-- | www/py-twill/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/py-twill/Makefile b/www/py-twill/Makefile index 05f818f9ea7..553ebdd62ab 100644 --- a/www/py-twill/Makefile +++ b/www/py-twill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:15 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2016/08/28 15:48:37 wiz Exp $ DISTNAME= twill-1.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,8 +12,6 @@ LICENSE= mit USE_LANGUAGES= # none -PY_PATCHPLIST= yes -PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # setup fails for 1.8.0 post-install: |