git: 641537ca7da6 - main - net/ipsumdump: Install man page in share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 23:22:41 UTC
The branch main has been updated by leres:
URL: https://cgit.FreeBSD.org/ports/commit/?id=641537ca7da6ee975d08f6d37ad5e9aedb6a4804
commit 641537ca7da6ee975d08f6d37ad5e9aedb6a4804
Author: Craig Leres <leres@FreeBSD.org>
AuthorDate: 2024-01-21 23:22:22 +0000
Commit: Craig Leres <leres@FreeBSD.org>
CommitDate: 2024-01-21 23:22:22 +0000
net/ipsumdump: Install man page in share/man
---
net/ipsumdump/Makefile | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/net/ipsumdump/Makefile b/net/ipsumdump/Makefile
index 8ad90edd7d69..7cc3f2cb182c 100644
--- a/net/ipsumdump/Makefile
+++ b/net/ipsumdump/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ipsumdump
DISTVERSION= 1.86
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= https://read.seas.harvard.edu/~kohler/ipsumdump/
@@ -14,12 +15,14 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= gmake perl5
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USE_PERL5= build
PORTDOCS= README.md
PLIST_FILES= bin/ipaggcreate bin/ipsumdump bin/ipaggmanip \
- man/man1/${PORTNAME}.1.gz man/man1/ipaggmanip.1.gz \
- man/man1/ipaggcreate.1.gz
+ share/man/man1/${PORTNAME}.1.gz \
+ share/man/man1/ipaggmanip.1.gz \
+ share/man/man1/ipaggcreate.1.gz
OPTIONS_DEFINE= IPV6 DOCS
OPTIONS_SUB= yes