forked from Lainports/opnsense-ports
security/nmap: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
e958ee3b04
commit
0da94c8adc
1 changed files with 5 additions and 4 deletions
|
|
@ -21,6 +21,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
.if !defined(MASTERDIR)
|
||||
|
||||
USES= tar:bzip2 gmake cpe
|
||||
|
||||
# XXX limit results if we do a grep in the sources!
|
||||
EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/mswin32 \
|
||||
--no-same-owner --no-same-permissions
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
|
||||
|
|
@ -54,10 +59,6 @@ CONFIGURE_ARGS+=--without-localdirs \
|
|||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
# XXX limit results if we do a grep in the sources!
|
||||
post-extract:
|
||||
@${RM} -r ${WRKSRC}/mswin32
|
||||
|
||||
.if exists(/usr/lib/libibverbs.a)
|
||||
# Link with libibverbs is needed by static libpcap
|
||||
post-patch-PCAP-on:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue