diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-08-13 12:46:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-08-13 12:46:21 +0800 |
commit | 14c8ceabf0ad3893f264595f1101c89e091e5f3f (patch) | |
tree | 6227304705263b640c45a1737ce43b58263a6b7b /textproc/hunspell | |
parent | a47e656764ce60574cb16218ac9ede74e705a09c (diff) | |
download | freebsd-ports-gnome-14c8ceabf0ad3893f264595f1101c89e091e5f3f.tar.gz freebsd-ports-gnome-14c8ceabf0ad3893f264595f1101c89e091e5f3f.tar.zst freebsd-ports-gnome-14c8ceabf0ad3893f264595f1101c89e091e5f3f.zip |
- Use @dirrm for include/hunspell
- Sort PLIST
- Cosmetic change
Diffstat (limited to 'textproc/hunspell')
-rw-r--r-- | textproc/hunspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/hunspell/pkg-plist | 4 |
2 files changed, 8 insertions, 13 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index 18e3b16c652e..ee9bb141718f 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -16,26 +16,21 @@ COMMENT= Improved spell-checker for Hungarian and other languages LICENSE= GPLv2 LGPL21 MPL LICENSE_COMB= dual -USE_LDCONFIG= yes +CONFIGURE_ARGS= --disable-nls --with-readline --with-ui GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-ui --with-readline --disable-nls MAKE_JOBS_SAFE= yes - -USE_NCURSES= yes USE_GNOME= gnomehack +USE_LDCONFIG= yes +USE_NCURSES= yes MANLANG= "" hu -MAN1_EN= hunspell.1 \ - hunzip.1 \ - hzip.1 +MAN1_EN= hunspell.1 hunzip.1 hzip.1 +MAN1_HU= hunspell.1 MAN3_EN= hunspell.3 MAN4_EN= hunspell.4 - -MAN1_HU= hunspell.1 MAN4_HU= hunspell.4 post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/src/tools/hunspell.cxx + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/tools/hunspell.cxx .include <bsd.port.mk> diff --git a/textproc/hunspell/pkg-plist b/textproc/hunspell/pkg-plist index b960c4920523..f5c7b8460887 100644 --- a/textproc/hunspell/pkg-plist +++ b/textproc/hunspell/pkg-plist @@ -1,7 +1,7 @@ -bin/hunspell bin/affixcompress bin/analyze bin/chmorph +bin/hunspell bin/hunzip bin/hzip bin/ispellaff2myspell @@ -34,7 +34,7 @@ lib/libhunspell-1.3.so lib/libhunspell-1.3.so.0 lib/libparsers.a libdata/pkgconfig/hunspell.pc -@dirrmtry include/hunspell +@dirrm include/hunspell @dirrmtry man/hu/man4 @dirrmtry man/hu/man1 @dirrmtry man/hu |