mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
misc/team: Move man page to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
2d6fd3034e
commit
a6e0a56f81
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue