misc/team: Move man page to share/man

Approved by:	portmgr (blanket)
2024Q2
Yasuhiro Kimura 2024-03-29 17:09:54 +09:00
parent 2d6fd3034e
commit a6e0a56f81
2 changed files with 3 additions and 3 deletions

View File

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

View File

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