diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-25 03:41:42 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-25 03:41:42 +0000 |
commit | 247f1f1b7a5a2b14b7fc7ce2287f72d828435c65 (patch) | |
tree | 637d1069fdb828d7a837ae3e5ee3542d87316412 /chinese | |
parent | 950d1aaac6ad6b06476084c7720671674973531c (diff) | |
download | FreeBSD-ports-247f1f1b7a5a2b14b7fc7ce2287f72d828435c65.zip FreeBSD-ports-247f1f1b7a5a2b14b7fc7ce2287f72d828435c65.tar.gz |
AbiWord change PREFIX to X11BASE
PR: 37426
Submitted by: Statue <statue@softwareliberty.org>
Reviewed by:
Approved by:
Obtained from:
MFC after:
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/ttfm/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/ttfm/files/patch-aa b/chinese/ttfm/files/patch-aa index be30395..e788445 100644 --- a/chinese/ttfm/files/patch-aa +++ b/chinese/ttfm/files/patch-aa @@ -5,7 +5,7 @@ export PATH; PATH=/bin:/sbin:/usr/bin:/usr/sbin:$PREFIX/bin:$PREFIX/sbin:$X11BASE/bin export TEMPFILE; TEMPFILE="`mktemp /tmp/ttfm.tmpXXX`" -export ABIFontPath; ABIFontPath=$PREFIX/AbiSuite/fonts -+export ABIFontPath; ABIFontPath=$PREFIX/share/AbiSuite/fonts ++export ABIFontPath; ABIFontPath=$X11BASE/share/AbiSuite/fonts export DefaultFontPath; DefaultFontPath=$PREFIX/share/fonts/TrueType export TTFM; TTFM=$PREFIX/bin/ttfm.sh export XTTFFONTPATH; XTTFFONTPATH="$X11BASE/lib/X11/fonts/TrueType" |