aboutsummaryrefslogtreecommitdiff
path: root/arabic/khotot
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-04-19 17:56:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-04-19 17:56:05 +0000
commit3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch)
treed573ea09b2bf6be67cb497df199932da9e2707c4 /arabic/khotot
parent40049f4af2200d0dcf33596508688623fc75f764 (diff)
downloadports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz
ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip
Notes
Diffstat (limited to 'arabic/khotot')
-rw-r--r--arabic/khotot/Makefile10
-rw-r--r--arabic/khotot/pkg-message16
2 files changed, 13 insertions, 13 deletions
diff --git a/arabic/khotot/Makefile b/arabic/khotot/Makefile
index 9c5f42295ec7..b9b4212ab06d 100644
--- a/arabic/khotot/Makefile
+++ b/arabic/khotot/Makefile
@@ -7,7 +7,7 @@
PORTNAME= khotot
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= arabic
MASTER_SITES= #
DISTFILES= #
@@ -17,15 +17,15 @@ MAINTAINER= sbahra@gwu.edu
COMMENT= A meta-port of the most popular font packages
.if !defined(WITHOUT_MONO)
-RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/ae_fonts_mono/fonts.dir:${PORTSDIR}/arabic/ae_fonts_mono
+RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/ae_fonts_mono/fonts.dir:${PORTSDIR}/arabic/ae_fonts_mono
.endif
.if !defined(WITHOUT_AEFONTS)
-RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/ae_fonts1/AAHS/fonts.dir:${PORTSDIR}/arabic/ae_fonts_ttf
+RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/ae_fonts1/AAHS/fonts.dir:${PORTSDIR}/arabic/ae_fonts_ttf
.endif
.if !defined(WITHOUT_KACST)
-RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/kacst_fonts/fonts.dir:${PORTSDIR}/arabic/kacst_fonts
+RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/kacst_fonts/fonts.dir:${PORTSDIR}/arabic/kacst_fonts
.endif
NO_BUILD= yes
@@ -53,7 +53,7 @@ do-install:
# This is a meta-port, the do-install target is not needed
post-install:
- @${CAT} ${PKGMESSAGE} | ${SED} "s|X11BASE|${X11BASE}|g" \
+ @${CAT} ${PKGMESSAGE} | ${SED} "s|LOCALBASE|${LOCALBASE}|g" \
${PKGDIR}/pkg-message
.include <bsd.port.mk>
diff --git a/arabic/khotot/pkg-message b/arabic/khotot/pkg-message
index a346b289c44a..e4166e8fc101 100644
--- a/arabic/khotot/pkg-message
+++ b/arabic/khotot/pkg-message
@@ -5,12 +5,12 @@
Add the following line to the "Files" section and restart XFree86.
- FontPath "X11BASE/lib/X11/fonts/ae_fonts_mono"
- FontPath "X11BASE/lib/X11/fonts/ae_fonts1/AAHS"
- FontPath "X11BASE/lib/X11/fonts/ae_fonts1/AGA"
- FontPath "X11BASE/lib/X11/fonts/ae_fonts1/FS"
- FontPath "X11BASE/lib/X11/fonts/ae_fonts1/Kasr"
- FontPath "X11BASE/lib/X11/fonts/ae_fonts1/MCS"
- FontPath "X11BASE/lib/X11/fonts/ae_fonts1/Shmookh"
- FontPath "X11BASE/lib/X11/fonts/kacst_fonts"
+ 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"
------------------------------------------------------------------