diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2024-02-23 16:25:02 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2024-02-23 17:23:08 +0100 |
commit | 46bf293be887852235bd6cc1a0c072a419d70440 (patch) | |
tree | 604cd57334874f6ba59fa3411b91f635156679b2 /textproc | |
parent | 2417a0167214edf529caa63da17167f71c8ca455 (diff) | |
download | freebsd-ports-46bf293be887852235bd6cc1a0c072a419d70440.zip |
textproc/spellutils: move manpages
Also retrieve WWW from web.archive.org.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/spellutils/Makefile | 7 | ||||
-rw-r--r-- | 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 |