diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-08 09:27:51 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-08 09:27:51 +0800 |
commit | 5c5c2c2c0ccd6e8cc1cef8cfddebf516a2b69031 (patch) | |
tree | ee04916ce6b47e9b26e5179f7e8d9d73842d01d1 /arabic/khotot | |
parent | 26e6e448f86be4bb2cde036f7fb2059b85a4939a (diff) | |
download | freebsd-ports-gnome-5c5c2c2c0ccd6e8cc1cef8cfddebf516a2b69031.tar.gz freebsd-ports-gnome-5c5c2c2c0ccd6e8cc1cef8cfddebf516a2b69031.tar.zst freebsd-ports-gnome-5c5c2c2c0ccd6e8cc1cef8cfddebf516a2b69031.zip |
- SUB_FILES += pkg-message
PR: ports/14
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
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" ------------------------------------------------------------------- |