summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-08 09:14:50 +0000
committerrillig <rillig>2005-12-08 09:14:50 +0000
commit797ae793cd06542c9bedf7d98e3fc2523e48ab62 (patch)
tree356279c88f9f511ada65af8f32de696aad0f8053 /fonts
parent917eedb6c9fcfd5b14367cd50b088dea942a36d3 (diff)
downloadpkgsrc-797ae793cd06542c9bedf7d98e3fc2523e48ab62.tar.gz
Fixed PLIST quoting issue introduced by the recent "pkglint --autofix"
change.
Diffstat (limited to 'fonts')
-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)