--- ae_fonts_mono/Makefile 2010-01-06 23:55:37.407172140 +0000 +++ ae_fonts_mono/Makefile 2010-01-06 23:57:13.134184651 +0000 @@ -21,6 +21,7 @@ USE_XORG= x11 USE_BZIP2= yes +SUB_FILES= pkg-message do-build: @mkfontdir ${WRKSRC} @@ -31,7 +32,6 @@ @${INSTALL_DATA} ${WRKSRC}/fonts.dir ${PREFIX}/lib/X11/fonts/ae_fonts_mono post-install: - @${CAT} ${PKGMESSAGE} | ${SED} "s|LOCALBASE|${LOCALBASE}|g" \ - | ${SED} "s|PORTNAME|${PORTNAME}|g" + @${CAT} ${PKGMESSAGE} .include --- ae_fonts_mono/files/pkg-message.in 1970-01-01 01:00:00.000000000 +0100 +++ ae_fonts_mono/files/pkg-message.in 2010-01-07 00:09:20.844276855 +0000 @@ -0,0 +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" +------------------------------------------------------------------ --- ae_fonts_mono/pkg-message 2010-01-06 23:55:37.408172826 +0000 +++ ae_fonts_mono/pkg-message 1970-01-01 01:00:00.000000000 +0100 @@ -1,9 +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" -------------------------------------------------------------------