mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
net/trafshow: Move manpages to share/man
PR: 277322
This commit is contained in:
parent
22efd1da17
commit
3806cf1dc0
@ -1,6 +1,6 @@
|
||||
PORTNAME= trafshow
|
||||
PORTVERSION= 5.2.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= https://src.fedoraproject.org/rpms/trafshow/blob/f32/f/ \
|
||||
@ -28,7 +28,7 @@ post-patch:
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/trafshow ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/trafshow.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/trafshow.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||
${INSTALL_DATA} ${WRKSRC}/.trafshow ${STAGEDIR}${PREFIX}/etc/trafshow.dist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
bin/trafshow
|
||||
@sample etc/trafshow.dist etc/trafshow
|
||||
man/man1/trafshow.1.gz
|
||||
share/man/man1/trafshow.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user