diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-21 22:39:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-21 22:39:02 +0000 |
commit | e2373e48070e0d5534a98238e4ae7f30161f43bf (patch) | |
tree | bc3ae58ba69081ad81609aed857d828e7825521c /fonts | |
parent | 941481fed02700c59fd93bd177b0877211e60319 (diff) | |
download | pkgsrc-e2373e48070e0d5534a98238e4ae7f30161f43bf.tar.gz |
Fix PLIST. Bump PKGREVISION.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/py-fonttools/Makefile | 10 | ||||
-rw-r--r-- | fonts/py-fonttools/PLIST | 4 |
2 files changed, 4 insertions, 10 deletions
diff --git a/fonts/py-fonttools/Makefile b/fonts/py-fonttools/Makefile index e6605726b7a..e7cb992389a 100644 --- a/fonts/py-fonttools/Makefile +++ b/fonts/py-fonttools/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:09:11 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/02/21 22:39:02 wiz Exp $ # DISTNAME= fonttools-2.0b1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= fonts python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fonttools/} EXTRACT_SUFX= .tgz @@ -16,11 +16,5 @@ WRKSRC= ${WRKDIR}/fonttools PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" -.if !empty(PYPKGPREFIX:M*pth) -PLIST_SUBST+= FONTTOOLSPTH="" -.else -PLIST_SUBST+= FONTTOOLSPTH="@comment " -.endif - .include "../../math/py-Numeric/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/fonts/py-fonttools/PLIST b/fonts/py-fonttools/PLIST index 7cf19ad2a0a..e32ff866fda 100644 --- a/fonts/py-fonttools/PLIST +++ b/fonts/py-fonttools/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/19 00:22:41 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/02/21 22:39:02 wiz Exp $ bin/ttx -${FONTTOOLSPTH}${PYSITELIB}/FontTools.pth +${PYSITELIB}/FontTools.pth ${PYSITELIB}/FontTools/fontTools/__init__.py ${PYSITELIB}/FontTools/fontTools/__init__.pyc ${PYSITELIB}/FontTools/fontTools/__init__.pyo |