diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-04 16:30:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-04 16:30:37 +0800 |
commit | bc9bdd8df7b1ff1ae4949e11f25f79d68fa61637 (patch) | |
tree | d7d176827bf022e64d1e642eb81231d2965d251b /hungarian/aspell | |
parent | 987760725374f3e99d65e1d00ced4262415e598c (diff) | |
download | freebsd-ports-gnome-bc9bdd8df7b1ff1ae4949e11f25f79d68fa61637.tar.gz freebsd-ports-gnome-bc9bdd8df7b1ff1ae4949e11f25f79d68fa61637.tar.zst freebsd-ports-gnome-bc9bdd8df7b1ff1ae4949e11f25f79d68fa61637.zip |
Stagify
Fix shebang for aspell itself, make perl also a run dependency for aspell (needed for a couple of scripts)
Always install manpages for aspell.
Diffstat (limited to 'hungarian/aspell')
-rw-r--r-- | hungarian/aspell/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hungarian/aspell/Makefile b/hungarian/aspell/Makefile index d593ff8d386c..685e07473448 100644 --- a/hungarian/aspell/Makefile +++ b/hungarian/aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Hungarian dictionaries DICT= hu -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> |