diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-20 14:19:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-20 14:19:20 +0000 |
commit | fb0edf378b61b44b7eecea59dfbb06376c25381f (patch) | |
tree | 657edfac3237a33d66c71fbb58d2c6828305f7b4 /fonts/font-ibm-type1 | |
parent | 303815e32a91724f0e5e043d3d7c9c444b98124c (diff) | |
download | pkgsrc-fb0edf378b61b44b7eecea59dfbb06376c25381f.tar.gz |
Use true instead of fc-cache. This unbreaks the bulk build and we
generally want to do that in the install scripts later anyway.
Diffstat (limited to 'fonts/font-ibm-type1')
-rw-r--r-- | fonts/font-ibm-type1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/font-ibm-type1/Makefile b/fonts/font-ibm-type1/Makefile index dfd444a82ed..2f5df67b282 100644 --- a/fonts/font-ibm-type1/Makefile +++ b/fonts/font-ibm-type1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/11/15 14:50:50 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2006/12/20 14:19:20 joerg Exp $ # DISTNAME= font-ibm-type1-1.0.0 @@ -13,6 +13,7 @@ COMMENT= IBM Courier Type1 fonts PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes +CONFIGURE_ENV+= FCCACHE=${TRUE:Q} FONTS_DIRS.type1= lib/X11/fonts/Type1 FONTS_DIRS.x11= lib/X11/fonts/Type1 |