Index: head/arabic/ae_fonts_mono/pkg-plist =================================================================== --- head/arabic/ae_fonts_mono/pkg-plist (revision 381768) +++ head/arabic/ae_fonts_mono/pkg-plist (nonexistent) @@ -1,2 +0,0 @@ -lib/X11/fonts/ae_fonts_mono/10x21.pcf -lib/X11/fonts/ae_fonts_mono/fonts.dir Property changes on: head/arabic/ae_fonts_mono/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/arabic/ae_fonts_mono/Makefile =================================================================== --- head/arabic/ae_fonts_mono/Makefile (revision 381768) +++ head/arabic/ae_fonts_mono/Makefile (revision 381769) @@ -1,30 +1,23 @@ # Created by: Samy Al Bahra # $FreeBSD$ PORTNAME= ae_fonts_mono PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= arabic x11-fonts MASTER_SITES= SF/arabeyes/Fonts/ae_fonts DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Collection of PCF fonts that include Arabic glyphs -BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ - mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ - mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale - -USE_XORG= x11 -USES= tar:bzip2 +USES= fonts tar:bzip2 +NO_BUILD= yes SUB_FILES= pkg-message +PLIST_FILES= ${FONTSDIR}/10x21.pcf -do-build: - @mkfontdir ${WRKSRC} - do-install: - @${MKDIR} ${STAGEDIR}/${PREFIX}/lib/X11/fonts/ae_fonts_mono - ${INSTALL_DATA} ${WRKSRC}/*.pcf ${WRKSRC}/fonts.dir \ - ${STAGEDIR}/${PREFIX}/lib/X11/fonts/ae_fonts_mono + @${MKDIR} ${STAGEDIR}/${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.pcf ${STAGEDIR}/${FONTSDIR} .include Index: head/arabic/ae_fonts_mono/files/pkg-message.in =================================================================== --- head/arabic/ae_fonts_mono/files/pkg-message.in (revision 381768) +++ head/arabic/ae_fonts_mono/files/pkg-message.in (revision 381769) @@ -1,9 +1,9 @@ ------------------------------------------------------------------ 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 "%%FONTSDIR%%" ------------------------------------------------------------------