aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-20 18:02:01 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-20 18:37:11 +0000
commitd1609434c3a794fd585ef9a3b0561f4e889dd365 (patch)
tree49887ae6c975330c40dc137d6bc7e2e89ba1b4d7
parent390e59f3e9f3e18039d487b3bb51738e270e36ae (diff)
downloadports-d1609434c3a794fd585ef9a3b0561f4e889dd365.tar.gz
ports-d1609434c3a794fd585ef9a3b0561f4e889dd365.zip
net/tcpick: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--net/tcpick/Makefile7
-rw-r--r--net/tcpick/pkg-plist4
2 files changed, 6 insertions, 5 deletions
diff --git a/net/tcpick/Makefile b/net/tcpick/Makefile
index 98fc8af2807f..056dc69cffe1 100644
--- a/net/tcpick/Makefile
+++ b/net/tcpick/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tcpick
PORTVERSION= 0.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= SF
@@ -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>
diff --git a/net/tcpick/pkg-plist b/net/tcpick/pkg-plist
index a8c7754a078a..75da90495ba5 100644
--- a/net/tcpick/pkg-plist
+++ b/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