pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ipv6calc: style fixes
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Thu Jun 11 14:41:57 2026 +0200
Changeset: a43abb2e5c6a7d4321e4aba462ebffc33fafebf3
Modified Files:
ipv6calc/Makefile
Log Message:
ipv6calc: style fixes
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a43abb2e5c6a7d4321e4aba462ebffc33fafebf3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ipv6calc/Makefile | 21 +++++++++------------
1 file changed, 9 insertions(+), 12 deletions(-)
diffs:
diff --git a/ipv6calc/Makefile b/ipv6calc/Makefile
index 49f667fd9a..b81ff8de19 100644
--- a/ipv6calc/Makefile
+++ b/ipv6calc/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.39 2020/01/26 17:31:50 rillig Exp $
-#
DISTNAME= ipv6calc-4.4.0
CATEGORIES= net
@@ -18,17 +17,15 @@ USE_TOOLS+= bash
MAKE_FLAGS+= CFLAGS="${CFLAGS} -Wno-error=char-subscripts -Wno-char-subscripts"
-REPLACE_PERL+= \
- tools/ipv6calc-create-registry-list-ipv4.pl \
- tools/ipv6calc-create-registry-list-ipv6.pl
+REPLACE_PERL+= tools/ipv6calc-create-registry-list-ipv4.pl
+REPLACE_PERL+= tools/ipv6calc-create-registry-list-ipv6.pl
-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
+REPLACE_BASH+= ipv6calcweb/create_ipv6calcweb-cgi.sh
+REPLACE_BASH+= tools/DBIP-update.sh.in
+REPLACE_BASH+= tools/GeoIP-update.sh.in
+REPLACE_BASH+= tools/IP2Location-update.sh.in
+REPLACE_BASH+= tools/ipv6calc-create-update-ipset.sh
+REPLACE_BASH+= tools/ipv6calc-db-update-support.sh
+REPLACE_BASH+= tools/ipv6calc-db-update.sh.in
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index