diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2024-03-29 17:09:54 +0900 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2024-03-29 17:09:55 +0900 |
commit | a6e0a56f813f394e9a97f74fed1625e751715f61 (patch) | |
tree | b57a0c686feaae1c5cac8c3328cf0478e06d2f95 /misc | |
parent | mail/mailest: Move man pages to share/man (diff) |
misc/team: Move man page to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/team/Makefile | 4 | ||||
-rw-r--r-- | 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 |