(www/squidclamav) fix typo, CONFIGURE_ARGS(=) -> (+=)
This commit is contained in:
parent
37b7b52e9e
commit
d135211746
1 changed files with 2 additions and 2 deletions
|
@ -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/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue