Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 15:48:54 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b9745b71e96f - main - net-mgmt/driftnet: Move man pages to share/man
Message-ID:  <202401231548.40NFmsdn072921@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b9745b71e96f5eb3160e6b5541096b5a3efbfe30

commit b9745b71e96f5eb3160e6b5541096b5a3efbfe30
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-23 15:48:47 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-23 15:48:47 +0000

    net-mgmt/driftnet: Move man pages to share/man
---
 net-mgmt/driftnet/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-mgmt/driftnet/Makefile b/net-mgmt/driftnet/Makefile
index 164ed68ac435..e0fa1cb724f1 100644
--- a/net-mgmt/driftnet/Makefile
+++ b/net-mgmt/driftnet/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	driftnet
-PORTVERSION=	1.5.0
-PORTREVISION=	1
+DISTVERSION=	1.5.0
+PORTREVISION=	2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net-mgmt
 
@@ -26,13 +26,14 @@ USE_GNOME=	gtk20
 USE_XORG=	x11 xext xi
 
 GNU_CONFIGURE=		yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS+=	--disable-debug
 
 INSTALL_TARGET=	install-strip
 
 PLIST_FILES=	${DATADIR}/static-html/index.html \
 		bin/driftnet \
-		man/man1/driftnet.1.gz
+		share/man/man1/driftnet.1.gz
 PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401231548.40NFmsdn072921>