git: b9745b71e96f - main - net-mgmt/driftnet: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 15:48:54 UTC
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