diff options
author | joerg <joerg> | 2007-02-19 07:57:25 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-19 07:57:25 +0000 |
commit | 5803f5fe00de6ccf1be044e35c9e8869d923ee5c (patch) | |
tree | 48956c4a0d8196f731463748dcc981b10c430403 | |
parent | 55360b589e026053a067330a5f9ea87c5583c72b (diff) | |
download | pkgsrc-5803f5fe00de6ccf1be044e35c9e8869d923ee5c.tar.gz |
Slightly change the fc-cache hack for modular Xorg. On NetBSD, TRUE is
just the builtin and failing the absolute path check in configure.
Use TOOLS_CMD.true instead.
-rw-r--r-- | fonts/font-adobe-utopia-type1/Makefile | 4 | ||||
-rw-r--r-- | fonts/font-bh-ttf/Makefile | 4 | ||||
-rw-r--r-- | fonts/font-bh-type1/Makefile | 4 | ||||
-rw-r--r-- | fonts/font-bitstream-type1/Makefile | 4 | ||||
-rw-r--r-- | fonts/font-ibm-type1/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/fonts/font-adobe-utopia-type1/Makefile b/fonts/font-adobe-utopia-type1/Makefile index 3553c88e10d..2afbefcd6a7 100644 --- a/fonts/font-adobe-utopia-type1/Makefile +++ b/fonts/font-adobe-utopia-type1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/12/20 14:19:20 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2007/02/19 07:57:25 joerg Exp $ # DISTNAME= font-adobe-utopia-type1-1.0.1 @@ -13,7 +13,7 @@ COMMENT= Adobe Utopia Type1 fonts PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -CONFIGURE_ENV+= FCCACHE=${TRUE:Q} +CONFIGURE_ENV+= FCCACHE=${TOOLS_CMD.true:Q} FONTS_DIRS.type1= lib/X11/fonts/Type1 FONTS_DIRS.x11= lib/X11/fonts/Type1 diff --git a/fonts/font-bh-ttf/Makefile b/fonts/font-bh-ttf/Makefile index 8b29e845323..3bae8a0beca 100644 --- a/fonts/font-bh-ttf/Makefile +++ b/fonts/font-bh-ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/12/20 14:19:20 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2007/02/19 07:57:25 joerg Exp $ # DISTNAME= font-bh-ttf-1.0.0 @@ -13,7 +13,7 @@ COMMENT= Standard Bigelow & Holmes TrueType fonts PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -CONFIGURE_ENV+= FCCACHE=${TRUE:Q} +CONFIGURE_ENV+= FCCACHE=${TOOLS_CMD.true:Q} FONTS_DIRS.ttf= lib/X11/fonts/TTF FONTS_DIRS.x11= lib/X11/fonts/TTF diff --git a/fonts/font-bh-type1/Makefile b/fonts/font-bh-type1/Makefile index 0d9c509f667..c81142825c6 100644 --- a/fonts/font-bh-type1/Makefile +++ b/fonts/font-bh-type1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/12/20 14:19:20 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2007/02/19 07:57:25 joerg Exp $ # DISTNAME= font-bh-type1-1.0.0 @@ -13,7 +13,7 @@ COMMENT= Standard Bigelow & Holmes TrueType fonts PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -CONFIGURE_ENV+= FCCACHE=${TRUE:Q} +CONFIGURE_ENV+= FCCACHE=${TOOLS_CMD.true:Q} FONTS_DIRS.type1= lib/X11/fonts/Type1 FONTS_DIRS.x11= lib/X11/fonts/Type1 diff --git a/fonts/font-bitstream-type1/Makefile b/fonts/font-bitstream-type1/Makefile index 0b3e4a44e75..dc8c7cf13c8 100644 --- a/fonts/font-bitstream-type1/Makefile +++ b/fonts/font-bitstream-type1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/12/20 14:19:20 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/02/19 07:57:25 joerg Exp $ # DISTNAME= font-bitstream-type1-1.0.0 @@ -13,7 +13,7 @@ COMMENT= Bitstream Charter and Courier Type 1 outline fonts PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -CONFIGURE_ENV+= FCCACHE=${TRUE:Q} +CONFIGURE_ENV+= FCCACHE=${TOOLS_CMD.true:Q} FONTS_DIRS.type1+= lib/X11/fonts/Type1 FONTS_DIRS.x11+= lib/X11/fonts/Type1 diff --git a/fonts/font-ibm-type1/Makefile b/fonts/font-ibm-type1/Makefile index 2f5df67b282..d8231a871f9 100644 --- a/fonts/font-ibm-type1/Makefile +++ b/fonts/font-ibm-type1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/12/20 14:19:20 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/02/19 07:57:26 joerg Exp $ # DISTNAME= font-ibm-type1-1.0.0 @@ -13,7 +13,7 @@ COMMENT= IBM Courier Type1 fonts PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -CONFIGURE_ENV+= FCCACHE=${TRUE:Q} +CONFIGURE_ENV+= FCCACHE=${TOOLS_CMD.true:Q} FONTS_DIRS.type1= lib/X11/fonts/Type1 FONTS_DIRS.x11= lib/X11/fonts/Type1 |