git: a6e0a56f813f - main - misc/team: Move man page to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Mar 2024 08:21:38 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=a6e0a56f813f394e9a97f74fed1625e751715f61 commit a6e0a56f813f394e9a97f74fed1625e751715f61 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2024-03-29 08:09:54 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2024-03-29 08:09:55 +0000 misc/team: Move man page to share/man Approved by: portmgr (blanket) --- misc/team/Makefile | 4 ++-- misc/team/files/patch-a | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/team/Makefile b/misc/team/Makefile index 8e4049d149cd..a14ed9d5afa8 100644 --- a/misc/team/Makefile +++ b/misc/team/Makefile @@ -1,6 +1,6 @@ PORTNAME= team PORTVERSION= 3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= LOCAL/joerg @@ -10,6 +10,6 @@ COMMENT= Portable multi-buffered tape streaming utility USES= uidfix PLIST_FILES= bin/team \ - man/man1/team.1.gz + share/man/man1/team.1.gz .include <bsd.port.mk> diff --git a/misc/team/files/patch-a b/misc/team/files/patch-a index af58ef65d7f4..7f0a6fdb9be8 100644 --- a/misc/team/files/patch-a +++ b/misc/team/files/patch-a @@ -8,7 +8,7 @@ -INSTX =install -m 0755 -s -INSTD =install -m 0644 +BINDIR= ${PREFIX}/bin -+MANDIR= ${PREFIX}/man/man ++MANDIR= ${PREFIX}/share/man/man -DEST= +CFLAGS+= -DHAVE_PARAM_H -DHAVE_WAIT_H