git: 92dc3a2d8c0c - main - sysutils/pstack: Move man page to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Mar 2024 08:22:07 UTC
The branch main has been updated by yasu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=92dc3a2d8c0c8436a1258e99fb04db0ccec0d7cb
commit 92dc3a2d8c0c8436a1258e99fb04db0ccec0d7cb
Author: Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2024-03-29 08:18:29 +0000
Commit: Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2024-03-29 08:18:29 +0000
sysutils/pstack: Move man page to share/man
Approved by: portmgr (blanket)
---
sysutils/pstack/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/sysutils/pstack/Makefile b/sysutils/pstack/Makefile
index cff046e87567..efe90bab4226 100644
--- a/sysutils/pstack/Makefile
+++ b/sysutils/pstack/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pstack
PORTVERSION= 1.3
+PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= pizzamig@FreeBSD.org
@@ -15,9 +16,9 @@ USES= uidfix
ONLY_FOR_ARCHS= amd64 i386
CONFLICTS= pstacku
MAKE_ARGS+= BINDIR=${PREFIX}/bin
-MAKE_ARGS+= MANDIR=${PREFIX}/man/man
+MAKE_ARGS+= MANDIR=${PREFIX}/share/man/man
MAKE_ARGS+= LIBDIR=${PREFIX}/lib
-PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>