Index: head/arabic/khotot/Makefile =================================================================== --- head/arabic/khotot/Makefile (revision 448080) +++ head/arabic/khotot/Makefile (revision 448081) @@ -1,27 +1,27 @@ # Created by: Samy Al Bahra # $FreeBSD$ PORTNAME= khotot PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= arabic x11-fonts MAINTAINER= ports@FreeBSD.org COMMENT= Meta-port for popular Arabic font packages USES= metaport SUB_FILES= pkg-message OPTIONS_DEFINE= MONO AEFONTS KACST OPTIONS_DEFAULT=${OPTIONS_DEFINE} MONO_DESC= Install Arabic PCF fonts AEFONTS_DESC= Install Arabeyes project TrueType fonts KACST_DESC= Install King AbdulAziz University fonts MONO_RUN_DEPENDS= ar-ae_fonts_mono>0:arabic/ae_fonts_mono AEFONTS_RUN_DEPENDS= ar-ae_fonts1_ttf>0:arabic/ae_fonts_ttf KACST_RUN_DEPENDS= ar-kacst_fonts>0:arabic/kacst_fonts .include Index: head/arabic/khotot/files/pkg-message.in =================================================================== --- head/arabic/khotot/files/pkg-message.in (revision 448080) +++ head/arabic/khotot/files/pkg-message.in (revision 448081) @@ -1,16 +1,16 @@ ------------------------------------------------------------------ To get XFree86 to recognize your new fonts you will need to add a line to your XF86Config file. Please consult XF86Config(5) for more information on where to find the configuration file. Add the following line to the "Files" section and restart XFree86. - FontPath "%%PREFIX%%/lib/X11/fonts/ae_fonts_mono" - FontPath "%%PREFIX%%/lib/X11/fonts/ae_fonts1/AAHS" - FontPath "%%PREFIX%%/lib/X11/fonts/ae_fonts1/AGA" - FontPath "%%PREFIX%%/lib/X11/fonts/ae_fonts1/FS" - FontPath "%%PREFIX%%/lib/X11/fonts/ae_fonts1/Kasr" - FontPath "%%PREFIX%%/lib/X11/fonts/ae_fonts1/MCS" - FontPath "%%PREFIX%%/lib/X11/fonts/ae_fonts1/Shmookh" - FontPath "%%PREFIX%%/lib/X11/fonts/kacst_fonts" + FontPath "%%PREFIX%%/share/fonts/ae_fonts_mono" + FontPath "%%PREFIX%%/share/fonts/ae_fonts1/AAHS" + FontPath "%%PREFIX%%/share/fonts/ae_fonts1/AGA" + FontPath "%%PREFIX%%/share/fonts/ae_fonts1/FS" + FontPath "%%PREFIX%%/share/fonts/ae_fonts1/Kasr" + FontPath "%%PREFIX%%/share/fonts/ae_fonts1/MCS" + FontPath "%%PREFIX%%/share/fonts/ae_fonts1/Shmookh" + FontPath "%%PREFIX%%/share/fonts/kacst_fonts" ------------------------------------------------------------------