diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-08 21:41:17 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-08 21:41:17 +0000 |
commit | 485c41fb553c488738e5443ed09c9004342dc263 (patch) | |
tree | 868ac44732214e9469a4dcd12638088d7529e749 /fonts/py-fonttools | |
parent | 8e64307bd3cd43bd5db69a1b6a23b93968271043 (diff) | |
download | pkgsrc-485c41fb553c488738e5443ed09c9004342dc263.tar.gz |
Fixed pkglint warnings about misquoted @comment in PLIST_SUBST.
Diffstat (limited to 'fonts/py-fonttools')
-rw-r--r-- | fonts/py-fonttools/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/fonts/py-fonttools/Makefile b/fonts/py-fonttools/Makefile index bb338678e69..4052cb41b6c 100644 --- a/fonts/py-fonttools/Makefile +++ b/fonts/py-fonttools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/12/08 09:23:14 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2005/12/08 21:41:17 rillig Exp $ # DISTNAME= fonttools-2.0b1 @@ -14,13 +14,11 @@ COMMENT= Library for manipulating fonts WRKSRC= ${WRKDIR}/fonttools PYDISTUTILSPKG= yes -PLIST_SUBST+= FONTTOOLSPTH=${FONTTOOLSPTH} - .include "../../lang/python/extension.mk" .if !empty(PYPKGPREFIX:M*pth) -FONTTOOLSPTH= "" +PLIST_SUBST+= FONTTOOLSPTH="" .else -FONTTOOLSPTH= "@comment " +PLIST_SUBST+= FONTTOOLSPTH="@comment " .endif .include "../../math/py-Numeric/buildlink3.mk" |