summaryrefslogtreecommitdiff
path: root/textproc/aspell-german/patches
diff options
context:
space:
mode:
authorsalo <salo>2003-01-16 08:52:26 +0000
committersalo <salo>2003-01-16 08:52:26 +0000
commit9ebd8fcfb7bbde101de212cadd34e18464981806 (patch)
tree66862a6fd4a4efa8d58038c89bb0ecc5a029e055 /textproc/aspell-german/patches
parenta272af864347ea9f23bb1c3448a535c7ef0360d8 (diff)
downloadpkgsrc-9ebd8fcfb7bbde101de212cadd34e18464981806.tar.gz
German language support for aspell, e.g. `aspell -d german -c $myfile'.
Oher dictionaries available in this package: swiss.
Diffstat (limited to 'textproc/aspell-german/patches')
-rw-r--r--textproc/aspell-german/patches/patch-aa21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/aspell-german/patches/patch-aa b/textproc/aspell-german/patches/patch-aa
new file mode 100644
index 00000000000..708a37a6b3a
--- /dev/null
+++ b/textproc/aspell-german/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/01/16 08:52:27 salo Exp $
+
+--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
++++ Makefile.pre Wed Jan 15 00:48:39 2003
+@@ -16,12 +16,10 @@
+ all: ${rws_files} ${data_files}
+
+ install: all
+- mkdir -p ${DESTDIR}${dictdir}/
+- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
+- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
+- mkdir -p ${DESTDIR}${datadir}/
+- cp ${data_files} ${DESTDIR}${datadir}/
+- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
++ ${INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
++ ${INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
++ ${INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
++ ${INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
+
+ clean:
+ rm -f ${rws_files}