diff options
author | bsam <bsam@FreeBSD.org> | 2012-11-05 16:19:07 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2012-11-05 16:19:07 +0800 |
commit | 9f913ef808969f49ac9d2d086768b0ceefcca3cc (patch) | |
tree | 6ead830efce4b088c9e02e4b064a4b4e57e35793 /textproc/goldendict | |
parent | ad52f6b9eaec6b33af484fe90b8bbdaa0dd5fbb9 (diff) | |
download | freebsd-ports-gnome-9f913ef808969f49ac9d2d086768b0ceefcca3cc.tar.gz freebsd-ports-gnome-9f913ef808969f49ac9d2d086768b0ceefcca3cc.tar.zst freebsd-ports-gnome-9f913ef808969f49ac9d2d086768b0ceefcca3cc.zip |
Use a better description at COMMENT.
Suggested by: danfe
Feature safe: yes
Diffstat (limited to 'textproc/goldendict')
-rw-r--r-- | textproc/goldendict/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/goldendict/Makefile b/textproc/goldendict/Makefile index 9b83a8048e42..cd5a694b7f0f 100644 --- a/textproc/goldendict/Makefile +++ b/textproc/goldendict/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:C|(.*)\.[0-9]*$|\1|}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= bsam@FreeBSD.org -COMMENT= Feature-rich dictionary lookup program (with QT lib) +COMMENT= Feature-rich Qt4 based dictionary lookup program LICENSE= GPLv3 |