aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-04-25 11:41:42 +0800
committerijliao <ijliao@FreeBSD.org>2002-04-25 11:41:42 +0800
commit247f1f1b7a5a2b14b7fc7ce2287f72d828435c65 (patch)
tree637d1069fdb828d7a837ae3e5ee3542d87316412
parent950d1aaac6ad6b06476084c7720671674973531c (diff)
downloadfreebsd-ports-gnome-247f1f1b7a5a2b14b7fc7ce2287f72d828435c65.tar.gz
freebsd-ports-gnome-247f1f1b7a5a2b14b7fc7ce2287f72d828435c65.tar.zst
freebsd-ports-gnome-247f1f1b7a5a2b14b7fc7ce2287f72d828435c65.zip
AbiWord change PREFIX to X11BASE
PR: 37426 Submitted by: Statue <statue@softwareliberty.org> Reviewed by: Approved by: Obtained from: MFC after:
-rw-r--r--chinese/ttfm/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/ttfm/files/patch-aa b/chinese/ttfm/files/patch-aa
index be303956d814..e788445b08ca 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"