From 6419e9879b474c98a43178286be712c4c66d688c Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 8 Dec 2005 09:14:50 +0000 Subject: Fixed PLIST quoting issue introduced by the recent "pkglint --autofix" change. --- fonts/py-fonttools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fonts/py-fonttools') 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) -- cgit v1.2.3