diff options
author | drochner <drochner@pkgsrc.org> | 2012-08-04 14:48:55 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-08-04 14:48:55 +0000 |
commit | 2c33e66007c2ff23d4756aaf3922002a9be2eddf (patch) | |
tree | 60f3456f0d5282f78fb0faeed3e8304bb3db923b | |
parent | bb67baed077f618de69071706a0be9a34d33f51c (diff) | |
download | pkgsrc-2c33e66007c2ff23d4756aaf3922002a9be2eddf.tar.gz |
adjust for new installation directory
-rw-r--r-- | fonts/font-adobe-utopia-type1/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/font-adobe-utopia-type1/Makefile b/fonts/font-adobe-utopia-type1/Makefile index 834044f61e5..1fa72669a8b 100644 --- a/fonts/font-adobe-utopia-type1/Makefile +++ b/fonts/font-adobe-utopia-type1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/06/11 23:23:29 mef Exp $ +# $NetBSD: Makefile,v 1.9 2012/08/04 14:48:55 drochner Exp $ # DISTNAME= font-adobe-utopia-type1-1.0.4 @@ -15,8 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes CONFIGURE_ENV+= FCCACHE=${TOOLS_CMD.true:Q} -FONTS_DIRS.type1= lib/X11/fonts/Type1 -FONTS_DIRS.x11= lib/X11/fonts/Type1 +FONTS_DIRS.type1= share/fonts/X11/Type1 +FONTS_DIRS.x11= share/fonts/X11/Type1 INSTALLATION_DIRS= share/doc/font-adobe-utopia-type1 |