mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -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
|
PORTNAME= team
|
||||||
PORTVERSION= 3.1
|
PORTVERSION= 3.1
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= LOCAL/joerg
|
MASTER_SITES= LOCAL/joerg
|
||||||
|
|
||||||
|
@ -10,6 +10,6 @@ COMMENT= Portable multi-buffered tape streaming utility
|
||||||
USES= uidfix
|
USES= uidfix
|
||||||
|
|
||||||
PLIST_FILES= bin/team \
|
PLIST_FILES= bin/team \
|
||||||
man/man1/team.1.gz
|
share/man/man1/team.1.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
-INSTX =install -m 0755 -s
|
-INSTX =install -m 0755 -s
|
||||||
-INSTD =install -m 0644
|
-INSTD =install -m 0644
|
||||||
+BINDIR= ${PREFIX}/bin
|
+BINDIR= ${PREFIX}/bin
|
||||||
+MANDIR= ${PREFIX}/man/man
|
+MANDIR= ${PREFIX}/share/man/man
|
||||||
|
|
||||||
-DEST=
|
-DEST=
|
||||||
+CFLAGS+= -DHAVE_PARAM_H -DHAVE_WAIT_H
|
+CFLAGS+= -DHAVE_PARAM_H -DHAVE_WAIT_H
|
||||||
|
|
Loading…
Add table
Reference in a new issue