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: remove no-op file fro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a0cf3d97414
branches:  trunk
changeset: 430550:7a0cf3d97414
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri May 01 23:15:07 2020 +0000

description:
www/squidclamav: remove no-op file from SUBST_FILES

src/squidclamav.h does not contain the configuration directory anymore.
That directory is configured in the configure script.

diffstat:

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

diffs (19 lines):

diff -r 3140b2e1286d -r 7a0cf3d97414 www/squidclamav/Makefile
--- a/www/squidclamav/Makefile  Fri May 01 22:17:18 2020 +0000
+++ b/www/squidclamav/Makefile  Fri May 01 23:15:07 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/04/27 23:09:05 mef Exp $
+# $NetBSD: Makefile,v 1.18 2020/05/01 23:15:07 rillig Exp $
 
 DISTNAME=      squidclamav-6.16
 PKGREVISION=   3
@@ -29,9 +29,7 @@
 SUBST_STAGE.fix-cfg=   pre-configure
 SUBST_MESSAGE.fix-cfg= Fixing config path.
 SUBST_FILES.fix-cfg=   configure
-SUBST_FILES.fix-cfg+=  src/squidclamav.h
 SUBST_SED.fix-cfg=     -e 's,CFGDIR=/etc,CFGDIR=${PKG_SYSCONFDIR},'
-SUBST_SED.fix-cfg+=    -e '/CONFIG_FILE/s,/etc,${PKG_SYSCONFDIR},'
 
 .include "../../www/c-icap/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index