diff options
author | mm <mm@FreeBSD.org> | 2012-08-15 09:47:11 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-08-15 09:47:11 +0800 |
commit | 3bce1e043b19da43f4d525f967e7ce97ee9f60f9 (patch) | |
tree | f81d0bb8ed90bf3656df6a10b28d061c19b2068b /www/c-icap-modules | |
parent | 9d81234f6644e88daa6ea23c628ea7274897f4a5 (diff) | |
download | freebsd-ports-gnome-3bce1e043b19da43f4d525f967e7ce97ee9f60f9.tar.gz freebsd-ports-gnome-3bce1e043b19da43f4d525f967e7ce97ee9f60f9.tar.zst freebsd-ports-gnome-3bce1e043b19da43f4d525f967e7ce97ee9f60f9.zip |
Fix LICENSE
Diffstat (limited to 'www/c-icap-modules')
-rw-r--r-- | www/c-icap-modules/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/c-icap-modules/Makefile b/www/c-icap-modules/Makefile index 69998ff2f04a..09bec9636b52 100644 --- a/www/c-icap-modules/Makefile +++ b/www/c-icap-modules/Makefile @@ -7,6 +7,7 @@ PORTNAME= c-icap PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= www security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/0.2.x/ PKGNAMESUFFIX= -modules @@ -15,8 +16,7 @@ DISTNAME= c_icap_modules-${PORTVERSION} MAINTAINER= mm@FreeBSD.org COMMENT= c-icap modules virus_scan and srv_url_check -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= GPLv2 LIB_DEPENDS+= icapapi:${PORTSDIR}/www/c-icap \ clamav:${PORTSDIR}/security/clamav |