diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-05-04 22:48:03 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-05-04 22:48:03 +0000 |
commit | 5ac18767d1594a7c77ba505b9672eb4e3b5284bc (patch) | |
tree | ab399d9912d8f00891d9d8508edf96aa3ef0bc0b /www/c-icap-modules/Makefile | |
parent | b3db8883de118166da92dad3b8b07b17378c911c (diff) | |
download | ports-5ac18767d1594a7c77ba505b9672eb4e3b5284bc.tar.gz ports-5ac18767d1594a7c77ba505b9672eb4e3b5284bc.zip |
Notes
Diffstat (limited to 'www/c-icap-modules/Makefile')
-rw-r--r-- | www/c-icap-modules/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/c-icap-modules/Makefile b/www/c-icap-modules/Makefile index b68f073f4950..9df64531381c 100644 --- a/www/c-icap-modules/Makefile +++ b/www/c-icap-modules/Makefile @@ -2,7 +2,7 @@ # Date created: 15 August 2012 # Whom: Martin Matuska <mm@FreeBSD.org> # -# $FreeBSD: ports/www/c-icap-modules/Makefile,v 1.3 2012/08/15 01:47:11 mm Exp $ +# $FreeBSD$ # PORTNAME= c-icap @@ -33,8 +33,8 @@ CONFIGURE_ARGS+= --enable-static \ post-install: @${CP} -np ${PREFIX}/etc/c-icap/srv_url_check.conf.default \ - ${PREFIX}/etc/c-icap/srv_url_check.conf + ${PREFIX}/etc/c-icap/srv_url_check.conf || ${TRUE} @${CP} -np ${PREFIX}/etc/c-icap/virus_scan.conf.default \ - ${PREFIX}/etc/c-icap/virus_scan.conf + ${PREFIX}/etc/c-icap/virus_scan.conf || ${TRUE} .include <bsd.port.mk> |