git: 2313028e926f - main - security/dsniff: Move manpages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Mar 2024 19:34:11 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2313028e926f992c51990835b15b113622a0e800
commit 2313028e926f992c51990835b15b113622a0e800
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-03-26 19:32:28 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-26 19:32:53 +0000
security/dsniff: Move manpages to share/man
Approved by: portmgr (blanket)
---
security/dsniff/Makefile | 4 +++-
security/dsniff/pkg-plist | 28 ++++++++++++++--------------
2 files changed, 17 insertions(+), 15 deletions(-)
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile
index bcce18650346..53eef0d00da9 100644
--- a/security/dsniff/Makefile
+++ b/security/dsniff/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dsniff
DISTVERSION= 2.4b1
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= security
MASTER_SITES= http://www.monkey.org/~dugsong/${PORTNAME}/beta/ \
LOCAL/sbz
@@ -13,6 +13,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_FreeBSD_14= fails to compile : conflicting types for 'pcap_init'
+BROKEN_FreeBSD_15= fails to compile : conflicting types for 'pcap_init'
BUILD_DEPENDS= ${LOCALBASE}/lib/libnids.a:net/libnids
LIB_DEPENDS= libnet.so:net/libnet
@@ -21,6 +22,7 @@ USES= gettext gnome pkgconfig
USE_GNOME= glib20
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --with-libnet=${LOCALBASE}
DESTDIRNAME= install_prefix
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/..$//}
diff --git a/security/dsniff/pkg-plist b/security/dsniff/pkg-plist
index dc8d81e81011..05a3010b2c70 100644
--- a/security/dsniff/pkg-plist
+++ b/security/dsniff/pkg-plist
@@ -15,17 +15,17 @@ sbin/tcpnice
sbin/urlsnarf
sbin/webmitm
%%X11%%sbin/webspy
-%%X11%%man/man8/webspy.8.gz
-man/man8/arpspoof.8.gz
-man/man8/dnsspoof.8.gz
-man/man8/dsniff.8.gz
-man/man8/filesnarf.8.gz
-man/man8/macof.8.gz
-man/man8/mailsnarf.8.gz
-man/man8/msgsnarf.8.gz
-man/man8/sshmitm.8.gz
-man/man8/sshow.8.gz
-man/man8/tcpkill.8.gz
-man/man8/tcpnice.8.gz
-man/man8/urlsnarf.8.gz
-man/man8/webmitm.8.gz
+%%X11%%share/man/man8/webspy.8.gz
+share/man/man8/arpspoof.8.gz
+share/man/man8/dnsspoof.8.gz
+share/man/man8/dsniff.8.gz
+share/man/man8/filesnarf.8.gz
+share/man/man8/macof.8.gz
+share/man/man8/mailsnarf.8.gz
+share/man/man8/msgsnarf.8.gz
+share/man/man8/sshmitm.8.gz
+share/man/man8/sshow.8.gz
+share/man/man8/tcpkill.8.gz
+share/man/man8/tcpnice.8.gz
+share/man/man8/urlsnarf.8.gz
+share/man/man8/webmitm.8.gz