pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ipv6calc: Solve REPLACE_BASH for .sh/sh.in files



Module Name:	pkgsrc-wip
Committed By:	Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By:	drixter
Date:		Thu Jun 11 14:32:08 2026 +0200
Changeset:	b5d2398d6d2806cce37bd4e5368238db252e5b14

Modified Files:
	ipv6calc/Makefile

Log Message:
ipv6calc: Solve REPLACE_BASH for .sh/sh.in files

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b5d2398d6d2806cce37bd4e5368238db252e5b14

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ipv6calc/Makefile | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diffs:
diff --git a/ipv6calc/Makefile b/ipv6calc/Makefile
index f248f75068..49f667fd9a 100644
--- a/ipv6calc/Makefile
+++ b/ipv6calc/Makefile
@@ -22,7 +22,13 @@ REPLACE_PERL+= \
 	tools/ipv6calc-create-registry-list-ipv4.pl \
 	tools/ipv6calc-create-registry-list-ipv6.pl
 
-REPLACE_BASH+=	ipv6calcweb/create_ipv6calcweb-cgi.sh
-
+REPLACE_BASH+= \
+	ipv6calcweb/create_ipv6calcweb-cgi.sh \
+	tools/DBIP-update.sh.in \
+	tools/GeoIP-update.sh.in \
+	tools/IP2Location-update.sh.in \
+	tools/ipv6calc-create-update-ipset.sh \
+	tools/ipv6calc-db-update-support.sh \
+	tools/ipv6calc-db-update.sh.in
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index