diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-04-08 14:15:16 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-04-08 14:15:16 +0800 |
commit | ba4390a30db09820c64abfe60bd96f6a6cb8634e (patch) | |
tree | 25f823a684e9c48a00d613acfb1e83a3f0318326 /textproc/ispell | |
parent | 23102e78a506827fc3a6e8e7b8792d81d0082ead (diff) | |
download | freebsd-ports-gnome-ba4390a30db09820c64abfe60bd96f6a6cb8634e.tar.gz freebsd-ports-gnome-ba4390a30db09820c64abfe60bd96f6a6cb8634e.tar.zst freebsd-ports-gnome-ba4390a30db09820c64abfe60bd96f6a6cb8634e.zip |
- add missing file for german
Diffstat (limited to 'textproc/ispell')
-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 + |