git: c80cc7eb7a10 - main - net/ripe-whois: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 10:05:57 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c80cc7eb7a10383747019ec3f54a5a44378d7fd2
commit c80cc7eb7a10383747019ec3f54a5a44378d7fd2
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 09:57:44 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 10:05:30 +0000
net/ripe-whois: Moved man to share/man
Approved by: portmgr (blanket)
---
net/ripe-whois/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net/ripe-whois/Makefile b/net/ripe-whois/Makefile
index 6e519050c9bd..f637682a2142 100644
--- a/net/ripe-whois/Makefile
+++ b/net/ripe-whois/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ripe-whois
PORTVERSION= 3.2.2
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF/whois/whois/${PORTVERSION}
DISTNAME= whois3-${PORTVERSION}
@@ -12,8 +13,9 @@ USES= perl5 gmake
USE_PERL5= build
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-PLIST_FILES= bin/whois3 man/man1/whois3.1.gz
+PLIST_FILES= bin/whois3 share/man/man1/whois3.1.gz
post-patch::
${REINPLACE_CMD} -E \