diff options
Diffstat (limited to 'security/greenbone-security-assistant9/Makefile')
-rw-r--r-- | security/greenbone-security-assistant9/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/security/greenbone-security-assistant9/Makefile b/security/greenbone-security-assistant9/Makefile deleted file mode 100644 index 7855678ad1e3..000000000000 --- a/security/greenbone-security-assistant9/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= greenbone-security-assistant9 -PORTVERSION= 7.0.2 -PORTREVISION= 2 -MASTER_SITES= http://wald.intevation.org/frs/download.php/2429/ - -COMMENT= OpenVAS 9 web interface - -CONFLICTS= ${PORTNAME:S/${OPENVAS_VER}/8/}-* - -MASTERDIR= ${.CURDIR}/../../security/greenbone-security-assistant8 - -DISTINFO_FILE= ${.CURDIR}/distinfo -PATCHDIR= ${.CURDIR}/files -PLIST= ${.CURDIR}/pkg-plist - -OPENVAS_VER= 9 - -.include "${MASTERDIR}/Makefile" |