diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-10 05:45:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-10 05:45:09 +0800 |
commit | e1a6149947c28015369eda8257ae325f276b05fa (patch) | |
tree | c28a0b9e08e56f83011c97d5a679b25261a18b10 /chinese/dictd-database | |
parent | 78fe17868d3594c0073fb4dff1bafa01973e5fe2 (diff) | |
download | freebsd-ports-gnome-e1a6149947c28015369eda8257ae325f276b05fa.tar.gz freebsd-ports-gnome-e1a6149947c28015369eda8257ae325f276b05fa.tar.zst freebsd-ports-gnome-e1a6149947c28015369eda8257ae325f276b05fa.zip |
- Add LICENSE
- While I'm here, remove leading indefinite article from COMMENT
Approved by: portmgr (blanket)
Diffstat (limited to 'chinese/dictd-database')
-rw-r--r-- | chinese/dictd-database/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chinese/dictd-database/Makefile b/chinese/dictd-database/Makefile index 775ecc85d7d2..63cef2fd418d 100644 --- a/chinese/dictd-database/Makefile +++ b/chinese/dictd-database/Makefile @@ -10,7 +10,9 @@ MASTER_SITES= LOCAL/rafan/chinese/ \ DISTNAME= dict-zh-${PORTVERSION} MAINTAINER= rafan@FreeBSD.org -COMMENT= A Chinese <-> English dictd words database +COMMENT= Chinese <-> English dictd words database + +LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/sbin/dictd:${PORTSDIR}/net/dictd |