diff --git a/net/dictd/Makefile b/net/dictd/Makefile index 928323c62aef..dca78234a5bc 100644 --- a/net/dictd/Makefile +++ b/net/dictd/Makefile @@ -1,29 +1,30 @@ PORTNAME= dictd PORTVERSION= 1.13.1 CATEGORIES+= net textproc MASTER_SITES= SF/dict/dictd/dictd-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Dict protocol (RFC 2229) server -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= dictd dictzip GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install.dictd install.dictzip SUB_FILES= dictd.conf pkg-message SUB_LIST= PORTSDIR=${PORTSDIR} USE_RC_SUBR= dictd post-install: ${INSTALL_DATA} ${WRKDIR}/dictd.conf ${STAGEDIR}${PREFIX}/etc/dictd.conf.sample .include diff --git a/net/dictd/pkg-descr b/net/dictd/pkg-descr index 3ccb61ff4870..0ee4d46fbb93 100644 --- a/net/dictd/pkg-descr +++ b/net/dictd/pkg-descr @@ -1,8 +1,6 @@ The DICT Protocol, described in RFC 2229 is a TCP transaction based query/response protocol that allows a client to access dictionary definitions from a set of natural language dictionary databases. While RFC 2229 is a finished document, we plan to clarify and enhance the protocol definition as we gain more experience with large dictionary database servers. By default, the DICT protocol uses TCP port 2628. - -See also: https://sourceforge.net/projects/dict/