diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 01:12:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 01:12:59 +0000 |
commit | 313cb94889a01069af757dfb7947681bbe82b1e3 (patch) | |
tree | b54805bb1e833f5e25532122b86019937ff20370 /security/masscan | |
parent | e919812c718479257cd4be5c78fe8b66d4706a52 (diff) |
Part 2 at removing now useless FETCH_ARGS redifition
Notes
Notes:
svn path=/head/; revision=338513
Diffstat (limited to 'security/masscan')
-rw-r--r-- | security/masscan/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/masscan/Makefile b/security/masscan/Makefile index a8b97af5c834..2c6efd6ef298 100644 --- a/security/masscan/Makefile +++ b/security/masscan/Makefile @@ -11,7 +11,6 @@ COMMENT= Very fast port scanner LICENSE= GPLv3 -FETCH_ARGS= -Fpr USES= gmake CFLAGS+= -I. -Wno-format MAKE_ARGS= SYS=freebsd CC=${CC} CFLAGS="${CFLAGS}" LIBS="-lpcap -lm ${PTHREAD_LIBS}" |