Date: Sun, 25 Feb 2024 10:05:41 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1ce0bfedcbd5 - main - net/ngrep: Moved man to share/man Message-ID: <202402251005.41PA5fGg015281@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ce0bfedcbd55d982bf8890331ccaaa9a73aaf89 commit 1ce0bfedcbd55d982bf8890331ccaaa9a73aaf89 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 09:41:19 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 10:05:18 +0000 net/ngrep: Moved man to share/man Approved by: portmgr (blanket) --- net/ngrep/Makefile | 4 ++-- net/ngrep/files/patch-Makefile.in | 9 --------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/net/ngrep/Makefile b/net/ngrep/Makefile index 1752526e2c4e..e2493a31453c 100644 --- a/net/ngrep/Makefile +++ b/net/ngrep/Makefile @@ -1,6 +1,6 @@ PORTNAME= ngrep PORTVERSION= 1.45 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net security MASTER_SITES= SF @@ -25,7 +25,7 @@ PCRE_DESC= Use PCRE instead of GNU regex PORTS_PCAP_DESC= Use ports PCAP instead of system PCAP CAPSICUM_DESC= Build with capsicum if kernel supports it -PLIST_FILES= bin/ngrep man/man8/ngrep.8.gz +PLIST_FILES= bin/ngrep share/man/man8/ngrep.8.gz PORTDOCS= CHANGES.txt CREDITS.txt INSTALL.txt LICENSE.txt \ README.txt REGEX.txt diff --git a/net/ngrep/files/patch-Makefile.in b/net/ngrep/files/patch-Makefile.in index 9347ae0254a6..8c88a82ea677 100644 --- a/net/ngrep/files/patch-Makefile.in +++ b/net/ngrep/files/patch-Makefile.in @@ -1,14 +1,5 @@ --- Makefile.in.orig 2006-11-29 00:35:37.000000000 +1100 +++ Makefile.in 2013-10-09 02:17:53.000000000 +1100 -@@ -25,7 +25,7 @@ - - bindir = $(prefix)/bin - datadir = $(prefix)/share --mandir = $(datadir)/man -+mandir = $(prefix)/man - - BINDIR_INSTALL = $(prefix)/bin - MANDIR_INSTALL = $(mandir)/man8 @@ -63,7 +63,7 @@ rm -f config.status config.cache config.log config.h Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251005.41PA5fGg015281>