diff options
Diffstat (limited to 'app-dicts/aspell-pt/files/configure-new')
-rw-r--r-- | app-dicts/aspell-pt/files/configure-new | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-dicts/aspell-pt/files/configure-new b/app-dicts/aspell-pt/files/configure-new new file mode 100644 index 000000000000..51e67f0ba0df --- /dev/null +++ b/app-dicts/aspell-pt/files/configure-new @@ -0,0 +1,11 @@ +--- configure 1970-01-01 01:00:00.000000000 +0100 ++++ ../configure 2005-02-06 21:40:00.751026248 +0100 +@@ -0,0 +1,8 @@ ++dictdir=`aspell dump config dict-dir` ++datadir=`aspell dump config data-dir` ++pspell=`pspell-config pkgdatadir` ++ ++echo "DESTDIR = $DESTDIR" >> config.mak ++echo "pkglibdir = $dictdir" >> config.mak ++echo "pkgdatadir = $datadir" >> config.mak ++echo "pspell_pkgdatadir = $pspell" >> config.mak |