summaryrefslogtreecommitdiff
path: root/fonts/py-fonttools
diff options
context:
space:
mode:
authorwiz <wiz>2016-08-28 15:48:28 +0000
committerwiz <wiz>2016-08-28 15:48:28 +0000
commitf52ce4da4220d932e98def84e21459e2cbaa77e9 (patch)
tree7a5f961fd7465a18423b1e92a6abb26f9ca019c9 /fonts/py-fonttools
parentce6bf051ccf19709da42b8bbaaead7f87015d630 (diff)
downloadpkgsrc-f52ce4da4220d932e98def84e21459e2cbaa77e9.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 'fonts/py-fonttools')
-rw-r--r--fonts/py-fonttools/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/fonts/py-fonttools/Makefile b/fonts/py-fonttools/Makefile
index 1c4fde44b2d..47388194e44 100644
--- a/fonts/py-fonttools/Makefile
+++ b/fonts/py-fonttools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2016/06/30 17:56:14 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2016/08/28 15:48:32 wiz Exp $
DISTNAME= fonttools-3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -21,9 +21,6 @@ SUBST_FILES.man+= setup.py
SUBST_STAGE.man= pre-configure
SUBST_MESSAGE.man= Fixing man page installation path.
-PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
-FILES_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
-
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
for i in pyftinspect pyftmerge pyftsubset ttx; do \