diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-04-08 14:15:16 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-04-08 14:15:16 +0800 |
commit | 948fbcb8a2baa0a27f594888837311a247c9cf9d (patch) | |
tree | 5ed22e5e626869eabc2612d20b2febe2392b913c /textproc | |
parent | 328e263e1cf95f716210a39afaa67101e3591118 (diff) | |
download | freebsd-ports-gnome-948fbcb8a2baa0a27f594888837311a247c9cf9d.tar.gz freebsd-ports-gnome-948fbcb8a2baa0a27f594888837311a247c9cf9d.tar.zst freebsd-ports-gnome-948fbcb8a2baa0a27f594888837311a247c9cf9d.zip |
- add missing file for german
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell/files/DENEU.makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/ispell/files/DENEU.makefile b/textproc/ispell/files/DENEU.makefile new file mode 100644 index 000000000000..a587050fbcfa --- /dev/null +++ b/textproc/ispell/files/DENEU.makefile @@ -0,0 +1,10 @@ + + +german.hash: + gmake ispell/de_DE.aff ispell/de_DE.hash + cp ispell/de_DE.hash german.hash + cp ispell/de_DE.aff german.aff + +install: + gmake install + |