mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
misc/team: Move man page to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
2d6fd3034e
commit
a6e0a56f81
@ -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…
Reference in New Issue
Block a user