git: e4ef331411a5 - main - net/tcpdump: Move manpages to ${PREFIX}/share
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jan 2024 21:37:53 UTC
The branch main has been updated by garga:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e4ef331411a5961a9d692afc4783da97215a1d24
commit e4ef331411a5961a9d692afc4783da97215a1d24
Author: Renato Botelho <garga@FreeBSD.org>
AuthorDate: 2024-01-15 21:36:43 +0000
Commit: Renato Botelho <garga@FreeBSD.org>
CommitDate: 2024-01-15 21:37:38 +0000
net/tcpdump: Move manpages to ${PREFIX}/share
Sponsored by: Rubicon Communications, LLC ("Netgate")
---
net/tcpdump/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile
index c7331f1465a5..83a5dfbb9864 100644
--- a/net/tcpdump/Makefile
+++ b/net/tcpdump/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tcpdump
PORTVERSION= 4.99.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.tcpdump.org/release/
@@ -18,10 +18,10 @@ LIB_DEPENDS= libpcap.so.1:net/libpcap
USES= cpe gmake
-GNU_CONFIGURE= yes
+HAS_CONFIGURE= yes
PLIST_FILES= sbin/tcpdump \
- man/man1/tcpdump.1.gz
+ share/man/man1/tcpdump.1.gz
UNPRIV_USER?= tcpdump
CHROOTDIR?= /var/run/tcpdump
@@ -57,6 +57,6 @@ post-configure:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcpdump ${STAGEDIR}/${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/tcpdump.1 ${STAGEDIR}/${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/tcpdump.1 ${STAGEDIR}/${PREFIX}/share/man/man1
.include <bsd.port.mk>