diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 168a3246f0e3c46b0ef3b5dcf5d18607cff1583f (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /fonts | |
parent | 63309a20a533bc79929c9bd5b3bf872561762300 (diff) | |
download | pkgsrc-168a3246f0e3c46b0ef3b5dcf5d18607cff1583f.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/py-TTFQuery/Makefile | 4 | ||||
-rw-r--r-- | fonts/py-fonttools/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/fonts/py-TTFQuery/Makefile b/fonts/py-TTFQuery/Makefile index bcc2a08c0a3..9f198fc58af 100644 --- a/fonts/py-TTFQuery/Makefile +++ b/fonts/py-TTFQuery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/04/25 20:39:09 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:29 joerg Exp $ # DISTNAME= TTFQuery-0.2.6 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ttfquery.sourceforge.net/ COMMENT= Query TTF font files for metadata and font outlines +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= ${PYPKGPREFIX}-fonttools>=2.0b1:../../fonts/py-fonttools PYDISTUTILSPKG= yes diff --git a/fonts/py-fonttools/Makefile b/fonts/py-fonttools/Makefile index eff1e81fa82..fd89e956bc7 100644 --- a/fonts/py-fonttools/Makefile +++ b/fonts/py-fonttools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/04/25 20:39:09 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:29 joerg Exp $ # DISTNAME= fonttools-2.0b1 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://fonttools.sourceforge.net/ COMMENT= Library for manipulating fonts +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/fonttools PYDISTUTILSPKG= yes |