aboutsummaryrefslogtreecommitdiff
path: root/editors/ted
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-01-05 08:35:26 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-01-05 08:35:26 +0000
commitc41eeadb306f0fffc6fe9078a2e21e386d7130a9 (patch)
treec64aff0c307b3324709c1e974397d0b2a8fc6466 /editors/ted
parent07153abffe2968c3b06636793c0dd565e27d0f03 (diff)
downloadports-c41eeadb306f0fffc6fe9078a2e21e386d7130a9.tar.gz
ports-c41eeadb306f0fffc6fe9078a2e21e386d7130a9.zip
editors/ted: fix directory where ted finds its Ted.properties file
by adding CONFIGURE_ARGS+=--datadir=${PREFIX}/share PR: 194833 Submitted by: shersch@dssgmbh.de
Notes
Notes: svn path=/head/; revision=376282
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