diff options
author | antoine <antoine@FreeBSD.org> | 2014-04-07 05:36:43 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-04-07 05:36:43 +0800 |
commit | 07822f001ae931ec765346f73d0552037bf8ab28 (patch) | |
tree | 1737818d49ccb8de2e00bcdaebef21479c9ebf25 /www | |
parent | 5ae321a0b6fa117857437e2238552a6fc828711b (diff) | |
download | freebsd-ports-gnome-07822f001ae931ec765346f73d0552037bf8ab28.tar.gz freebsd-ports-gnome-07822f001ae931ec765346f73d0552037bf8ab28.tar.zst freebsd-ports-gnome-07822f001ae931ec765346f73d0552037bf8ab28.zip |
Finish stage support
Reported by: poudriere, make check-orphans
With hat: portmgr
Diffstat (limited to 'www')
-rw-r--r-- | www/c-icap-modules/Makefile | 3 | ||||
-rw-r--r-- | www/c-icap-modules/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/c-icap-modules/Makefile b/www/c-icap-modules/Makefile index 47b6b3cdedee..9432eb84070e 100644 --- a/www/c-icap-modules/Makefile +++ b/www/c-icap-modules/Makefile @@ -3,6 +3,7 @@ PORTNAME= c-icap PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= www security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/0.3.x/ PKGNAMESUFFIX= -modules @@ -21,8 +22,6 @@ DATADIR= ${PREFIX}/share/c_icap CFLAGS+= -DHAVE_STRNSTR -MAN8= c-icap-mods-sguardDB.8 - CONFIGURE_ARGS+= --enable-static \ --with-c-icap=${LOCALBASE} \ --with-clamav=${LOCALBASE} diff --git a/www/c-icap-modules/pkg-plist b/www/c-icap-modules/pkg-plist index cb12074e357e..b944e7aea10f 100644 --- a/www/c-icap-modules/pkg-plist +++ b/www/c-icap-modules/pkg-plist @@ -22,6 +22,7 @@ lib/c_icap/srv_url_check.so lib/c_icap/virus_scan.a lib/c_icap/virus_scan.la lib/c_icap/virus_scan.so +man/man8/c-icap-mods-sguardDB.8.gz %%DATADIR%%/templates/srv_url_check/en/DENY %%DATADIR%%/templates/virus_scan/en/VIR_MODE_HEAD %%DATADIR%%/templates/virus_scan/en/VIR_MODE_PROGRESS |