diff options
-rw-r--r-- | security/portscanner/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/portscanner/Makefile b/security/portscanner/Makefile index 61d866ac28ec..921e51f0c345 100644 --- a/security/portscanner/Makefile +++ b/security/portscanner/Makefile @@ -9,7 +9,8 @@ PORTNAME= portscanner PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://www.ameth.org/~veilleux/PortScan/ +MASTER_SITES= ${MASTER_SITE_PACKETSTORM} +MASTER_SITE_SUBDIR= UNIX/scanners DISTNAME= PortScanner-${PORTVERSION} MAINTAINER= billf@FreeBSD.org |