Skip to content

Commit

Permalink
net-mgmt/sdig: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 20, 2024
1 parent 52ecfad commit dc8bdbc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions net-mgmt/sdig/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= sdig
PORTVERSION= 0.45
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net-mgmt
MASTER_SITES= SF \
ZI
Expand All @@ -21,8 +21,8 @@ CFLAGS+= -D_WANT_SEMUN
PLIST_FILES= bin/sdig \
etc/mactable \
etc/sdig.conf \
man/man5/sdig.conf.5.gz \
man/man8/sdig.8.gz
share/man/man5/sdig.conf.5.gz \
share/man/man8/sdig.8.gz

post-patch:
@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/sdig.conf
Expand All @@ -32,7 +32,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/sdig ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/sdig.conf ${STAGEDIR}${PREFIX}/etc
${INSTALL_DATA} ${WRKSRC}/mactable ${STAGEDIR}${PREFIX}/etc
${INSTALL_MAN} ${WRKSRC}/sdig.8 ${STAGEDIR}${PREFIX}/man/man8
${INSTALL_MAN} ${WRKSRC}/sdig.conf.5 ${STAGEDIR}${PREFIX}/man/man5
${INSTALL_MAN} ${WRKSRC}/sdig.8 ${STAGEDIR}${PREFIX}/share/man/man8
${INSTALL_MAN} ${WRKSRC}/sdig.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5

.include <bsd.port.mk>

0 comments on commit dc8bdbc

Please sign in to comment.