diff options
author | salo <salo@pkgsrc.org> | 2003-01-17 06:46:34 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-01-17 06:46:34 +0000 |
commit | 0b4f2b834b5297be67bd2d53da2286d52cdae040 (patch) | |
tree | 68c9b01730c0f08bb8c5ed2bd436fa679de0946d /textproc/aspell-faroese/patches | |
parent | 59cac7fc3a9bc3bbce69aa14e588a1b16afbddf6 (diff) | |
download | pkgsrc-0b4f2b834b5297be67bd2d53da2286d52cdae040.tar.gz |
Faroese language support for aspell, e.g. `aspell -d faroese -c $myfile'.
Diffstat (limited to 'textproc/aspell-faroese/patches')
-rw-r--r-- | textproc/aspell-faroese/patches/patch-aa | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/aspell-faroese/patches/patch-aa b/textproc/aspell-faroese/patches/patch-aa new file mode 100644 index 00000000000..13bf29b7504 --- /dev/null +++ b/textproc/aspell-faroese/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/01/17 06:46:34 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} |