Date: Fri, 23 Feb 2024 16:24:16 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 46bf293be887 - main - textproc/spellutils: move manpages Message-ID: <202402231624.41NGOG8H063166@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=46bf293be887852235bd6cc1a0c072a419d70440 commit 46bf293be887852235bd6cc1a0c072a419d70440 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2024-02-23 15:25:02 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2024-02-23 16:23:08 +0000 textproc/spellutils: move manpages Also retrieve WWW from web.archive.org. --- textproc/spellutils/Makefile | 7 ++++--- textproc/spellutils/pkg-plist | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/textproc/spellutils/Makefile b/textproc/spellutils/Makefile index 34d504155980..021741f3f11f 100644 --- a/textproc/spellutils/Makefile +++ b/textproc/spellutils/Makefile @@ -1,17 +1,18 @@ PORTNAME= spellutils PORTVERSION= 0.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= LOCAL/thierry MAINTAINER= thierry@FreeBSD.org COMMENT= Programs used to isolate some parts or texts before spell-checking -WWW= https://www.sourcefiles.org/Utilities/Text_Utilities/spellutils-0.7.tar.bz2.shtml +WWW= https://web.archive.org/web/20081225045803/http://home.worldonline.dk/byrial/spellutils/ LICENSE= GPLv2 -GNU_CONFIGURE= yes USES= gettext tar:bzip2 +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lintl diff --git a/textproc/spellutils/pkg-plist b/textproc/spellutils/pkg-plist index 51bd87496d98..ee2a2a216896 100644 --- a/textproc/spellutils/pkg-plist +++ b/textproc/spellutils/pkg-plist @@ -1,8 +1,8 @@ bin/pospell bin/newsbody share/locale/da/LC_MESSAGES/spellutils.mo -man/man1/newsbody.1.gz -man/man1/pospell.1.gz %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/aspell.sl +share/man/man1/newsbody.1.gz +share/man/man1/pospell.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231624.41NGOG8H063166>