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 /sysutils/py-xattr | |
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 'sysutils/py-xattr')
-rw-r--r-- | sysutils/py-xattr/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/py-xattr/Makefile b/sysutils/py-xattr/Makefile index 4e7f029ead1..8491c87a2b2 100644 --- a/sysutils/py-xattr/Makefile +++ b/sysutils/py-xattr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:04:07 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2016/08/28 15:48:34 wiz Exp $ DISTNAME= v0.7.6 PROPERNAME= ${DISTNAME:S/v/xattr-/} @@ -20,8 +20,6 @@ WRKSRC= ${WRKDIR}/${PROPERNAME} EGG_NAME= ${PROPERNAME} USE_LANGUAGES= c REPLACE_PYTHON= xattr/tool.py -FILES_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} # XXX: builds, installs, but cannot be executed PYTHON_VERSIONS_INCOMPATIBLE= 34 35 |