Index: Makefile =================================================================== RCS file: /home/ncvs/ports/arabic/ae_fonts_ttf/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 22 Aug 2009 00:12:52 -0000 1.13 +++ Makefile 7 Jan 2010 04:02:43 -0000 @@ -7,7 +7,7 @@ PORTNAME= ae_fonts1_ttf PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 2 CATEGORIES= arabic x11-fonts MASTER_SITES= SF/arabeyes/Fonts/ae_fonts DISTNAME= ae_fonts1_ttf_${PORTVERSION} @@ -19,6 +19,7 @@ USE_BZIP2= yes WRKSRC= ${WRKDIR}/ae_fonts1-${PORTVERSION} +SUB_FILES= pkg-message .if !defined(WITHOUT_AAHS) FONTS= AAHS @@ -71,7 +72,6 @@ .endfor post-install: - @${CAT} ${PKGMESSAGE} | ${SED} "s|LOCALBASE|${LOCALBASE}|g" \ - | ${SED} "s|PORTNAME|ae_fonts1|g" + @${CAT} ${PKGMESSAGE} .include Index: pkg-message =================================================================== RCS file: pkg-message diff -N pkg-message --- pkg-message 19 Apr 2008 17:46:05 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ ------------------------------------------------------------------- - 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 "LOCALBASE/lib/X11/fonts/PORTNAME/AAHS" - FontPath "LOCALBASE/lib/X11/fonts/PORTNAME/AGA" - FontPath "LOCALBASE/lib/X11/fonts/PORTNAME/FS" - FontPath "LOCALBASE/lib/X11/fonts/PORTNAME/Kasr" - FontPath "LOCALBASE/lib/X11/fonts/PORTNAME/MCS" - FontPath "LOCALBASE/lib/X11/fonts/PORTNAME/Shmookh" ------------------------------------------------------------------- Index: files/pkg-message.in =================================================================== RCS file: files/pkg-message.in diff -N files/pkg-message.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/pkg-message.in 7 Jan 2010 04:02:43 -0000 @@ -0,0 +1,14 @@ +------------------------------------------------------------------ + 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_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" +------------------------------------------------------------------