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-attic | |
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-attic')
-rw-r--r-- | sysutils/py-attic/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/py-attic/Makefile b/sysutils/py-attic/Makefile index 1b282917f53..c28cddce04e 100644 --- a/sysutils/py-attic/Makefile +++ b/sysutils/py-attic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/06/08 17:43:39 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2016/08/28 15:48:34 wiz Exp $ DISTNAME= Attic-0.16 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/A/a/} @@ -14,8 +14,6 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-msgpack-[0-9]*:../../devel/py-msgpack PYTHON_VERSIONS_INCOMPATIBLE= 27 -PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -FILES_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} post-install: cd ${DESTDIR}${PREFIX}/bin && mv attic attic${PYVERSSUFFIX} |