git: 0f071588dbdb - main - sysutils/stalepid: Move man page to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Mar 2024 08:22:10 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f071588dbdb954288a0823a62ee38746cc01151 commit 0f071588dbdb954288a0823a62ee38746cc01151 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2024-03-29 08:19:03 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2024-03-29 08:19:03 +0000 sysutils/stalepid: Move man page to share/man Approved by: portmgr (blanket) --- sysutils/stalepid/Makefile | 3 ++- sysutils/stalepid/files/patch-Makefile | 11 +---------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/sysutils/stalepid/Makefile b/sysutils/stalepid/Makefile index 1f19976831bb..a1e63ca5f762 100644 --- a/sysutils/stalepid/Makefile +++ b/sysutils/stalepid/Makefile @@ -1,5 +1,6 @@ PORTNAME= stalepid PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://devel.ringlet.net/files/sys/stalepid/ @@ -16,6 +17,6 @@ USE_PERL5= run SHEBANG_FILES= ${WRKSRC}/stalepid.pl -PLIST_FILES= bin/stalepid man/man1/stalepid.1.gz +PLIST_FILES= bin/stalepid share/man/man1/stalepid.1.gz .include <bsd.port.mk> diff --git a/sysutils/stalepid/files/patch-Makefile b/sysutils/stalepid/files/patch-Makefile index 068351b3912c..9076629ef91c 100644 --- a/sysutils/stalepid/files/patch-Makefile +++ b/sysutils/stalepid/files/patch-Makefile @@ -1,15 +1,6 @@ --- Makefile.orig 2017-02-17 15:31:21 UTC +++ Makefile -@@ -29,7 +29,7 @@ MAN1= stalepid.1 - LOCALBASE?= /usr/local - PREFIX?= ${LOCALBASE} - BINDIR?= ${PREFIX}/bin --MANDIR?= ${PREFIX}/share/man/man -+MANDIR?= ${PREFIX}/man/man - - MAN1Z= ${MAN1}.gz - -@@ -39,11 +39,11 @@ RM?= rm -f +@@ -39,11 +39,11 @@ BINOWN?= root MV?= mv -f BINOWN?= root