git: 3fecbc8101f7 - main - sysutils/phybs: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 20:18:40 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3fecbc8101f711457eb9dc631029a70e94195422
commit 3fecbc8101f711457eb9dc631029a70e94195422
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-22 18:46:42 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-22 20:18:17 +0000
sysutils/phybs: Move man pages to share/man
Approved by: portmgr (blanket)
---
sysutils/phybs/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sysutils/phybs/Makefile b/sysutils/phybs/Makefile
index c04600af33db..41cc5c204025 100644
--- a/sysutils/phybs/Makefile
+++ b/sysutils/phybs/Makefile
@@ -1,5 +1,6 @@
PORTNAME= phybs
PORTVERSION= 20140717
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= LOCAL/des
@@ -8,8 +9,9 @@ COMMENT= Disk benchmarking utility
LICENSE= BSD2CLAUSE
-PLIST_FILES= bin/phybs man/man1/phybs.1.gz
+PLIST_FILES= bin/phybs share/man/man1/phybs.1.gz
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk>