diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-04 16:30:37 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-04 16:30:37 +0800 |
commit | f027257d68fb6c9b6fb5faab7248172e59b59c28 (patch) | |
tree | d7d176827bf022e64d1e642eb81231d2965d251b /textproc/el-aspell | |
parent | 6ecb39ca33fdf88873edab0e96cb18f680877115 (diff) | |
download | freebsd-ports-gnome-f027257d68fb6c9b6fb5faab7248172e59b59c28.tar.gz freebsd-ports-gnome-f027257d68fb6c9b6fb5faab7248172e59b59c28.tar.zst freebsd-ports-gnome-f027257d68fb6c9b6fb5faab7248172e59b59c28.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 'textproc/el-aspell')
-rw-r--r-- | textproc/el-aspell/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/el-aspell/Makefile b/textproc/el-aspell/Makefile index 2b85c842144b..c30050721114 100644 --- a/textproc/el-aspell/Makefile +++ b/textproc/el-aspell/Makefile @@ -12,6 +12,5 @@ COMMENT= Aspell Greek dictionary DICT= el -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> |