aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 14:28:00 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 15:06:39 +0000
commit36ec4c223df456f92faf3d48d88071f00442d552 (patch)
treeb6a885db9d7b85be918263dc0f63708acc6b1fef
parent579f4a19fe9cf121b567e11bdfa9a856475bea7f (diff)
downloadports-36ec4c223df456f92faf3d48d88071f00442d552.tar.gz
ports-36ec4c223df456f92faf3d48d88071f00442d552.zip
net-mgmt/ipv6calc: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104)
-rw-r--r--net-mgmt/ipv6calc/Makefile1
-rw-r--r--net-mgmt/ipv6calc/files/patch-man__Makefile.in12
-rw-r--r--net-mgmt/ipv6calc/pkg-plist8
3 files changed, 5 insertions, 16 deletions
diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile
index 1385e49ec53e..7b9df003f3dc 100644
--- a/net-mgmt/ipv6calc/Makefile
+++ b/net-mgmt/ipv6calc/Makefile
@@ -17,6 +17,7 @@ BUILD_DEPENDS= bash:shells/bash
USES= gmake perl5 shebangfix ssl
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
SHEBANG_FILES= tools/*
diff --git a/net-mgmt/ipv6calc/files/patch-man__Makefile.in b/net-mgmt/ipv6calc/files/patch-man__Makefile.in
deleted file mode 100644
index b7f96963aee0..000000000000
--- a/net-mgmt/ipv6calc/files/patch-man__Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- man/Makefile.in.orig 2016-12-29 08:56:34 UTC
-+++ man/Makefile.in
-@@ -25,7 +25,7 @@ clean:
- test:
-
- install:
-- mkdir -p $(DESTDIR)$(mandir)/man8
-+ mkdir -p $(DESTDIR)${PREFIX}/man/man8
- for f in *.8; do \
-- install -m 644 $$f $(DESTDIR)$(mandir)/man8; \
-+ install -m 644 $$f $(DESTDIR)${PREFIX}/man/man8; \
- done
diff --git a/net-mgmt/ipv6calc/pkg-plist b/net-mgmt/ipv6calc/pkg-plist
index 44e2c3b4a0f2..589616ba92ec 100644
--- a/net-mgmt/ipv6calc/pkg-plist
+++ b/net-mgmt/ipv6calc/pkg-plist
@@ -2,10 +2,6 @@ bin/ipv6calc
bin/ipv6loganon
bin/ipv6logconv
bin/ipv6logstats
-man/man8/ipv6calc.8.gz
-man/man8/ipv6loganon.8.gz
-man/man8/ipv6logconv.8.gz
-man/man8/ipv6logstats.8.gz
%%DATADIR%%/tools/DBIP-update.sh
%%DATADIR%%/tools/GeoIP-update.sh
%%DATADIR%%/tools/IP2Location-update.sh
@@ -15,3 +11,7 @@ man/man8/ipv6logstats.8.gz
%%DATADIR%%/tools/ipv6calc-db-update.sh
%%DATADIR%%/tools/ipv6calc-registries-check-run-create.sh
%%DATADIR%%/tools/ipv6calc-update-registries.sh
+share/man/man8/ipv6calc.8.gz
+share/man/man8/ipv6loganon.8.gz
+share/man/man8/ipv6logconv.8.gz
+share/man/man8/ipv6logstats.8.gz