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: rillig
Date: Fri May 1 23:15:07 UTC 2020
Modified Files:
pkgsrc/www/squidclamav: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 pkgsrc/www/squidclamav/Makefile:1.18
--- pkgsrc/www/squidclamav/Makefile:1.17 Mon Apr 27 23:09:05 2020
+++ pkgsrc/www/squidclamav/Makefile Fri May 1 23:15:07 2020
@@ -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_CLASSES+= fix-cfg
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