git: 62bc47a1ea0e - main - net-mgmt/iprange: Move manpages to ${PREFIX}/share
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jan 2024 21:37:52 UTC
The branch main has been updated by garga:
URL: https://cgit.FreeBSD.org/ports/commit/?id=62bc47a1ea0ed418839ebd2d7d59f8cdf79aa10e
commit 62bc47a1ea0ed418839ebd2d7d59f8cdf79aa10e
Author: Renato Botelho <garga@FreeBSD.org>
AuthorDate: 2024-01-15 21:34:09 +0000
Commit: Renato Botelho <garga@FreeBSD.org>
CommitDate: 2024-01-15 21:37:38 +0000
net-mgmt/iprange: Move manpages to ${PREFIX}/share
Sponsored by: Rubicon Communications, LLC ("Netgate")
---
net-mgmt/iprange/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/net-mgmt/iprange/Makefile b/net-mgmt/iprange/Makefile
index 901be2f0bc8f..08a15c2dc5f4 100644
--- a/net-mgmt/iprange/Makefile
+++ b/net-mgmt/iprange/Makefile
@@ -1,5 +1,6 @@
PORTNAME= iprange
PORTVERSION= 1.0.4
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= https://github.com/firehol/iprange/releases/download/v${PORTVERSION}/
@@ -11,9 +12,9 @@ LICENSE= GPLv2+
USES= tar:xz
-GNU_CONFIGURE= yes
+HAS_CONFIGURE= yes
PLIST_FILES= bin/iprange \
- man/man1/iprange.1.gz
+ share/man/man1/iprange.1.gz
.include <bsd.port.mk>