diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-08 01:27:51 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-08 01:27:51 +0000 |
commit | 57a789e29195b0cfc5b1cb844db43ddb8ee6e4b5 (patch) | |
tree | 7ff1f68c78421e20a61db68b128118d3e7879c9f /arabic/khotot | |
parent | 122ca74b23cc56c002189f0c32914d3237b4f704 (diff) |
- SUB_FILES += pkg-message
PR: ports/14
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Notes
Notes:
svn path=/head/; revision=247368
Diffstat (limited to 'arabic/khotot')
-rw-r--r-- | arabic/khotot/Makefile | 4 | ||||
-rw-r--r-- | arabic/khotot/files/pkg-message.in | 16 | ||||
-rw-r--r-- | arabic/khotot/pkg-message | 16 |
3 files changed, 18 insertions, 18 deletions
diff --git a/arabic/khotot/Makefile b/arabic/khotot/Makefile index f28434ead34d..39030fce15f1 100644 --- a/arabic/khotot/Makefile +++ b/arabic/khotot/Makefile @@ -29,6 +29,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/kacst_fonts/fonts.dir:${PORTSDIR}/arabi .endif NO_BUILD= yes +SUB_FILES= pkg-message pre-everything:: @${ECHO_MSG} "" @@ -53,7 +54,6 @@ do-install: # This is a meta-port, the do-install target is not needed post-install: - @${CAT} ${PKGMESSAGE} | ${SED} "s|LOCALBASE|${LOCALBASE}|g" \ - ${PKGDIR}/pkg-message + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/arabic/khotot/files/pkg-message.in b/arabic/khotot/files/pkg-message.in new file mode 100644 index 000000000000..52676486f020 --- /dev/null +++ b/arabic/khotot/files/pkg-message.in @@ -0,0 +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" +------------------------------------------------------------------ diff --git a/arabic/khotot/pkg-message b/arabic/khotot/pkg-message deleted file mode 100644 index e4166e8fc101..000000000000 --- a/arabic/khotot/pkg-message +++ /dev/null @@ -1,16 +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/ae_fonts_mono" - FontPath "LOCALBASE/lib/X11/fonts/ae_fonts1/AAHS" - FontPath "LOCALBASE/lib/X11/fonts/ae_fonts1/AGA" - FontPath "LOCALBASE/lib/X11/fonts/ae_fonts1/FS" - FontPath "LOCALBASE/lib/X11/fonts/ae_fonts1/Kasr" - FontPath "LOCALBASE/lib/X11/fonts/ae_fonts1/MCS" - FontPath "LOCALBASE/lib/X11/fonts/ae_fonts1/Shmookh" - FontPath "LOCALBASE/lib/X11/fonts/kacst_fonts" ------------------------------------------------------------------- |