Skip to content

Commit

Permalink
net/tcpick: 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 390e59f commit d160943
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions net/tcpick/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tcpick
PORTVERSION= 0.2.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= SF

Expand All @@ -11,10 +11,11 @@ WWW= https://tcpick.sourceforge.net/
LICENSE= GPLv2

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USE_CSTD= gnu89

post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/man/it/man8
${MV} ${STAGEDIR}${PREFIX}/man/man8/tcpick_italian.8 ${STAGEDIR}${PREFIX}/man/it/man8/tcpick.8
${MKDIR} ${STAGEDIR}${PREFIX}/share/man/it/man8
${MV} ${STAGEDIR}${PREFIX}/share/man/man8/tcpick_italian.8 ${STAGEDIR}${PREFIX}/share/man/it/man8/tcpick.8

.include <bsd.port.mk>
4 changes: 2 additions & 2 deletions net/tcpick/pkg-plist
@@ -1,3 +1,3 @@
bin/tcpick
man/it/man8/tcpick.8.gz
man/man8/tcpick.8.gz
share/man/it/man8/tcpick.8.gz
share/man/man8/tcpick.8.gz

0 comments on commit d160943

Please sign in to comment.