summaryrefslogtreecommitdiff
path: root/editors/ted
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ted')
-rw-r--r--editors/ted/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile
index 0939a824387c..b9e71d63cda6 100644
--- a/editors/ted/Makefile
+++ b/editors/ted/Makefile
@@ -34,6 +34,7 @@ MAKE_ENV= DEF_AFMDIR="-DAFMDIR=\"\\\"${AFMDIR}/\\\"\"" \
DEF_DOCUMENT_DIR="-DDOCUMENT_DIR=\"\\\"${DOCSDIR}/\\\"\"" \
DEF_PSSCRIPT_DIR="-DPSSCRIPT_DIR=\"\\\"${DATADIR}/\\\"\""
ALL_TARGET= compile.shared
+CONFIGURE_ARGS+=--datadir=${PREFIX}/share
DATADIR= ${PREFIX}/share/Ted
DOCSDIR= ${PREFIX}/share/doc/Ted