diff options
author | thierry <thierry@FreeBSD.org> | 2006-07-27 05:56:11 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-07-27 05:56:11 +0800 |
commit | aab040ae54da9bc68602f82f945a82fb93f12bb7 (patch) | |
tree | b579c89bcb099ce9aa2999d23d5cbff678c9d2f9 /textproc | |
parent | ea08d5e5e2fee280981b2fdd8ccb6e1cb1f9be8a (diff) | |
download | freebsd-ports-graphics-aab040ae54da9bc68602f82f945a82fb93f12bb7.tar.gz freebsd-ports-graphics-aab040ae54da9bc68602f82f945a82fb93f12bb7.tar.zst freebsd-ports-graphics-aab040ae54da9bc68602f82f945a82fb93f12bb7.zip |
Don't overwrite Latin-9 files installed by Aspell.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/nds-aspell/files/patch-Makefile.pre | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/nds-aspell/files/patch-Makefile.pre b/textproc/nds-aspell/files/patch-Makefile.pre new file mode 100644 index 00000000000..b01a8753b5a --- /dev/null +++ b/textproc/nds-aspell/files/patch-Makefile.pre @@ -0,0 +1,11 @@ +--- ./Makefile.pre.orig Wed Dec 22 04:55:19 2004 ++++ ./Makefile.pre Wed Jul 26 23:48:38 2006 +@@ -4,7 +4,7 @@ + version = 0.01-0 + + cwl_files = nds.cwl +-data_files = nds.dat nds_affix.dat nds_phonet.dat iso-8859-15.cset iso-8859-15.cmap ++data_files = nds.dat nds_affix.dat nds_phonet.dat + doc_files = README README.iso COPYING Copyright + extra_files = configure info Makefile.pre + multi_files = lowsaxon.alias nds.multi |