diff options
author | mm <mm@FreeBSD.org> | 2012-08-15 09:42:54 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-08-15 09:42:54 +0800 |
commit | a071031cc67299033260e368587e67cdadd94408 (patch) | |
tree | 237eb75d40d095b9d35c954c4274d672360a29d6 /www/c-icap-modules | |
parent | c18f47be644429c01206a0b734cf68784ed1b685 (diff) | |
download | freebsd-ports-gnome-a071031cc67299033260e368587e67cdadd94408.tar.gz freebsd-ports-gnome-a071031cc67299033260e368587e67cdadd94408.tar.zst freebsd-ports-gnome-a071031cc67299033260e368587e67cdadd94408.zip |
Add security to CATEGORIES
Fix Makefile order
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 771a9a8f1819..69998ff2f04a 100644 --- a/www/c-icap-modules/Makefile +++ b/www/c-icap-modules/Makefile @@ -7,10 +7,10 @@ PORTNAME= c-icap PORTVERSION= 0.2.1 -CATEGORIES= www +CATEGORIES= www security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/0.2.x/ -DISTNAME= c_icap_modules-${PORTVERSION} PKGNAMESUFFIX= -modules +DISTNAME= c_icap_modules-${PORTVERSION} MAINTAINER= mm@FreeBSD.org COMMENT= c-icap modules virus_scan and srv_url_check |