Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/squidclamav (www/squidclamav) fix typo, CONFIGURE_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/565db1b4a059
branches:  trunk
changeset: 430131:565db1b4a059
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Apr 27 23:09:05 2020 +0000

description:
(www/squidclamav) fix typo, CONFIGURE_ARGS(=) -> (+=)

diffstat:

 www/squidclamav/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3ee90d5a506f -r 565db1b4a059 www/squidclamav/Makefile
--- a/www/squidclamav/Makefile  Mon Apr 27 23:07:08 2020 +0000
+++ b/www/squidclamav/Makefile  Mon Apr 27 23:09:05 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/04/27 23:07:08 mef Exp $
+# $NetBSD: Makefile,v 1.17 2020/04/27 23:09:05 mef Exp $
 
 DISTNAME=      squidclamav-6.16
 PKGREVISION=   3
@@ -18,7 +18,7 @@
 USE_TOOLS+=            perl
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS=                --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS=                --with-c-icap=${BUILDLINK_PREFIX.c-icap}
+CONFIGURE_ARGS+=       --with-c-icap=${BUILDLINK_PREFIX.c-icap}
 
 REPLACE_PERL=          cgi-bin/*
 



Home | Main Index | Thread Index | Old Index