diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-08 09:14:50 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-08 09:14:50 +0000 |
commit | 6419e9879b474c98a43178286be712c4c66d688c (patch) | |
tree | 356279c88f9f511ada65af8f32de696aad0f8053 /fonts/py-fonttools | |
parent | ebd4672dbd38cb5b1d2053e25560fa13b179baef (diff) | |
download | pkgsrc-6419e9879b474c98a43178286be712c4c66d688c.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/Makefile | 4 |
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) |