diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-23 21:36:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-23 21:36:35 +0000 |
commit | 06604124b1fd4006855e622fbccd4c9af36c78ec (patch) | |
tree | f974d07958333b3092272fc0b60b4f5f0b3fa5be /textproc | |
parent | ba79bd1731989dae13dd5d4ded0afe2dd5a69821 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hunspell/Makefile | 8 | ||||
-rw-r--r-- | textproc/hunspell/pkg-plist | 9 |
2 files changed, 8 insertions, 9 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index 7569f56bc916..967d46e7d3d7 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -19,14 +19,6 @@ GNU_CONFIGURE= yes USES= pathfix iconv ncurses readline USE_LDCONFIG= yes -MANLANG= "" hu -MAN1_EN= hunspell.1 hunzip.1 hzip.1 -MAN1_HU= hunspell.1 -MAN3_EN= hunspell.3 -MAN4_EN= hunspell.4 -MAN4_HU= hunspell.4 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/tools/hunspell.cxx diff --git a/textproc/hunspell/pkg-plist b/textproc/hunspell/pkg-plist index f5c7b8460887..c2568072f742 100644 --- a/textproc/hunspell/pkg-plist +++ b/textproc/hunspell/pkg-plist @@ -34,7 +34,14 @@ lib/libhunspell-1.3.so lib/libhunspell-1.3.so.0 lib/libparsers.a libdata/pkgconfig/hunspell.pc -@dirrm include/hunspell +man/hu/man1/hunspell.1.gz +man/hu/man4/hunspell.4.gz +man/man1/hunspell.1.gz +man/man1/hunzip.1.gz +man/man1/hzip.1.gz +man/man3/hunspell.3.gz +man/man4/hunspell.4.gz @dirrmtry man/hu/man4 @dirrmtry man/hu/man1 @dirrmtry man/hu +@dirrm include/hunspell |