Skip to content

Commit

Permalink
misc/team: Move man page to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Yasuhiro Kimura authored and Yasuhiro Kimura committed Mar 29, 2024
1 parent 2d6fd30 commit a6e0a56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions misc/team/Makefile
@@ -1,6 +1,6 @@
PORTNAME= team
PORTVERSION= 3.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= misc
MASTER_SITES= LOCAL/joerg

Expand All @@ -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>
2 changes: 1 addition & 1 deletion misc/team/files/patch-a
Expand Up @@ -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
Expand Down

0 comments on commit a6e0a56

Please sign in to comment.