pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/squidclamav
Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Apr 27 23:09:05 UTC 2020
Modified Files:
        pkgsrc/www/squidclamav: Makefile
Log Message:
(www/squidclamav) fix typo, CONFIGURE_ARGS(=) -> (+=)
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/squidclamav/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/squidclamav/Makefile
diff -u pkgsrc/www/squidclamav/Makefile:1.16 pkgsrc/www/squidclamav/Makefile:1.17
--- pkgsrc/www/squidclamav/Makefile:1.16        Mon Apr 27 23:07:08 2020
+++ pkgsrc/www/squidclamav/Makefile     Mon Apr 27 23:09:05 2020
@@ -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_LIBTOOL=          yes
 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