git: c2a0be478e36 - main - security/ncrack: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Mar 2024 20:23:20 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=c2a0be478e367b985d0481a26ef75ba63808c3bf commit c2a0be478e367b985d0481a26ef75ba63808c3bf Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-21 17:22:07 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-21 20:22:56 +0000 security/ncrack: Move man pages to share/man Approved by: portmgr (blanket) --- security/ncrack/Makefile | 2 ++ security/ncrack/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/security/ncrack/Makefile b/security/ncrack/Makefile index 62dad7c78bec..def310cdebcc 100644 --- a/security/ncrack/Makefile +++ b/security/ncrack/Makefile @@ -1,5 +1,6 @@ PORTNAME= ncrack DISTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= se@FreeBSD.org @@ -14,6 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= nmap GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CPPFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} diff --git a/security/ncrack/pkg-plist b/security/ncrack/pkg-plist index 8993a923555c..5ba32d72c4af 100644 --- a/security/ncrack/pkg-plist +++ b/security/ncrack/pkg-plist @@ -1,4 +1,5 @@ bin/ncrack +share/man/man1/ncrack.1.gz share/ncrack/ncrack-services share/ncrack/common.usr share/ncrack/default.pwd @@ -8,4 +9,3 @@ share/ncrack/minimal.usr share/ncrack/myspace.pwd share/ncrack/phpbb.pwd share/ncrack/top50000.pwd -man/man1/ncrack.1.gz