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/c85834495889
branches: trunk
changeset: 428442:c85834495889
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 c398c1bae52c -r c85834495889 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