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 /lang/py-cxfreeze | |
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 'lang/py-cxfreeze')
-rw-r--r-- | lang/py-cxfreeze/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/py-cxfreeze/Makefile b/lang/py-cxfreeze/Makefile index 94725ef43df..8f9261a1de4 100644 --- a/lang/py-cxfreeze/Makefile +++ b/lang/py-cxfreeze/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:12 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2016/08/28 15:48:32 wiz Exp $ VERS= 4.2.3 DISTNAME= cx_Freeze-${VERS} @@ -13,8 +13,6 @@ LICENSE= python-software-foundation USE_LANGUAGES= c c++ -PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} - post-extract: ${MV} ${WRKSRC}/cxfreeze ${WRKSRC}/cxfreeze${PYVERSSUFFIX} |