summaryrefslogtreecommitdiff
path: root/fonts/py-fonttools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-08 09:14:50 +0000
committerrillig <rillig@pkgsrc.org>2005-12-08 09:14:50 +0000
commite9c0c631509066440c63f3c344db537ef83c0d03 (patch)
tree356279c88f9f511ada65af8f32de696aad0f8053 /fonts/py-fonttools
parent239292dd9609d54fb758158f382f7633d1fa650e (diff)
downloadpkgsrc-e9c0c631509066440c63f3c344db537ef83c0d03.tar.gz
Fixed PLIST quoting issue introduced by the recent "pkglint --autofix"
change.
Diffstat (limited to 'fonts/py-fonttools')
-rw-r--r--fonts/py-fonttools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/py-fonttools/Makefile b/fonts/py-fonttools/Makefile
index 41ff8e346b5..bb338678e69 100644
--- a/fonts/py-fonttools/Makefile
+++ b/fonts/py-fonttools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/12/05 20:50:14 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2005/12/08 09:23:14 rillig Exp $
#
DISTNAME= fonttools-2.0b1
@@ -14,7 +14,7 @@ COMMENT= Library for manipulating fonts
WRKSRC= ${WRKDIR}/fonttools
PYDISTUTILSPKG= yes
-PLIST_SUBST+= FONTTOOLSPTH=${FONTTOOLSPTH:Q}
+PLIST_SUBST+= FONTTOOLSPTH=${FONTTOOLSPTH}
.include "../../lang/python/extension.mk"
.if !empty(PYPKGPREFIX:M*pth)