diff options
-rw-r--r-- | security/ncrack/Makefile | 2 | ||||
-rw-r--r-- | security/ncrack/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
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 |