git: 22c757f8a209 - main - sysutils/stress: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 20:18:50 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=22c757f8a209a5f24e30800a5479b11372991213
commit 22c757f8a209a5f24e30800a5479b11372991213
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-22 19:16:26 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-22 20:18:19 +0000
sysutils/stress: Move man pages to share/man
Approved by: portmgr (blanket)
---
sysutils/stress/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/sysutils/stress/Makefile b/sysutils/stress/Makefile
index be8625ad8605..d3cb2ff2cbe5 100644
--- a/sysutils/stress/Makefile
+++ b/sysutils/stress/Makefile
@@ -1,6 +1,6 @@
PORTNAME= stress
PORTVERSION= 1.0.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://repository.timesys.com/buildsources/s/stress/stress-${PORTVERSION}/
@@ -10,9 +10,10 @@ COMMENT= Tool to impose load on and stress test Unix-like systems
LICENSE= GPLv3
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INFO= stress
-PLIST_FILES= bin/stress man/man1/stress.1.gz
+PLIST_FILES= bin/stress share/man/man1/stress.1.gz
post-patch:
@${REINPLACE_CMD} -e 's|^\(CFLAGS\ \)=|\1 +=|; s|^\(CFLAGS.*\)-Wall|\1|' \