aboutsummaryrefslogtreecommitdiffstats
path: root/security/masscan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/masscan/Makefile')
-rw-r--r--security/masscan/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/masscan/Makefile b/security/masscan/Makefile
index 0ecdfb0c18e4..8d3a349cbc36 100644
--- a/security/masscan/Makefile
+++ b/security/masscan/Makefile
@@ -4,7 +4,6 @@
PORTNAME= masscan
PORTVERSION= 1.0.3
CATEGORIES= security
-MASTER_SITES= http://github.com/robertdavidgraham/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/
MAINTAINER= taguchi.ch@gmail.com
COMMENT= Very fast port scanner
@@ -12,6 +11,8 @@ COMMENT= Very fast port scanner
LICENSE= GPLv3
USES= gmake
+USE_GITHUB= yes
+GH_ACCOUNT= robertdavidgraham
CFLAGS+= -Wno-format
MAKE_ARGS= SYS=freebsd CC="${CC}" CFLAGS="${CFLAGS}"