Skip to content

Commit

Permalink
net/trafshow: Move manpages to share/man
Browse files Browse the repository at this point in the history
PR:		277322
  • Loading branch information
Chris Hutchinson authored and arrowd committed Feb 26, 2024
1 parent 22efd1d commit 3806cf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions net/trafshow/Makefile
@@ -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/ \
Expand Down Expand Up @@ -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>
2 changes: 1 addition & 1 deletion net/trafshow/pkg-plist
@@ -1,3 +1,3 @@
bin/trafshow
@sample etc/trafshow.dist etc/trafshow
man/man1/trafshow.1.gz
share/man/man1/trafshow.1.gz

0 comments on commit 3806cf1

Please sign in to comment.