diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index adb5d53941e0..a60850de6c42 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -1,28 +1,29 @@ PORTNAME= dict PORTVERSION= 1.13.1 CATEGORIES= textproc MASTER_SITES= SF/dict/dictd/dictd-${PORTVERSION} DISTNAME= dictd-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Dictionary Server Protocol (RFC2229) client -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= bison gmake libtool:build localbase ALL_TARGET= dict GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install.dict CONFLICTS_INSTALL= irstlm # bin/dict post-install: ${INSTALL_DATA} ${FILESDIR}/dict.conf ${STAGEDIR}${PREFIX}/etc/dict.conf.sample .include diff --git a/textproc/dict/pkg-descr b/textproc/dict/pkg-descr index ad04afb3676e..b20dc7bab051 100644 --- a/textproc/dict/pkg-descr +++ b/textproc/dict/pkg-descr @@ -1,9 +1,7 @@ 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. dict is a client which can access DICT servers from the command line. - -See also: https://sourceforge.net/projects/dict/