diff --git a/textproc/dictfmt/Makefile b/textproc/dictfmt/Makefile index 899a2534ad22..5668e47c9ef7 100644 --- a/textproc/dictfmt/Makefile +++ b/textproc/dictfmt/Makefile @@ -1,23 +1,24 @@ PORTNAME= dictfmt PORTVERSION= 1.13.1 CATEGORIES= textproc MASTER_SITES= SF/dict/dictd/dictd-${PORTVERSION} DISTNAME= dictd-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Format a DICT protocol dictionary database -WWW= https://www.dict.org/ +WWW= https://www.dict.org/ \ + https://sourceforge.net/projects/dict/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmaa.so:devel/libmaa USES= gmake libtool:build localbase ALL_TARGET= dictfmt GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install.dictfmt .include diff --git a/textproc/dictfmt/pkg-descr b/textproc/dictfmt/pkg-descr index 60de181734db..aba3a9a5218f 100644 --- a/textproc/dictfmt/pkg-descr +++ b/textproc/dictfmt/pkg-descr @@ -1,10 +1,8 @@ The Dictionary Server Protocol (DICT) is a TCP transaction based query/response protocol that allows a client to access dictionary definitions from a set of natural language dictionary databases. RFC 2229 describes the DICT client/server protocol. dictfmt converts databases in various formats into working databases and indices for the DICT server. - -See also: https://sourceforge.net/projects/dict/