Date: Mon, 23 Sep 2013 21:36:36 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328061 - head/textproc/hunspell Message-ID: <201309232136.r8NLaa5P084327@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 23 21:36:35 2013 New Revision: 328061 URL: http://svnweb.freebsd.org/changeset/ports/328061 Log: Support staging Modified: head/textproc/hunspell/Makefile head/textproc/hunspell/pkg-plist Modified: head/textproc/hunspell/Makefile ============================================================================== --- head/textproc/hunspell/Makefile Mon Sep 23 21:36:30 2013 (r328060) +++ head/textproc/hunspell/Makefile Mon Sep 23 21:36:35 2013 (r328061) @@ -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 Modified: head/textproc/hunspell/pkg-plist ============================================================================== --- head/textproc/hunspell/pkg-plist Mon Sep 23 21:36:30 2013 (r328060) +++ head/textproc/hunspell/pkg-plist Mon Sep 23 21:36:35 2013 (r328061) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309232136.r8NLaa5P084327>