diff options
-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 |