1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

sysutils/stalepid: Move man page to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Yasuhiro Kimura 2024-03-29 17:19:03 +09:00
parent bde0beb0b4
commit 0f071588db
2 changed files with 3 additions and 11 deletions

View File

@ -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>

View File

@ -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