diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-02-22 05:21:09 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-02-22 05:21:09 +0000 |
commit | ac8b27f90c190b6f84efd167aff7303988e8e164 (patch) | |
tree | 25bf90cd1fedc3f23f127d3b424301aa4dcc188c /security/nessus | |
parent | dc962ee5860ab55e30c7cc9bfa1f4602b1a972f4 (diff) | |
download | ports-ac8b27f90c190b6f84efd167aff7303988e8e164.tar.gz ports-ac8b27f90c190b6f84efd167aff7303988e8e164.zip |
Notes
Diffstat (limited to 'security/nessus')
-rw-r--r-- | security/nessus/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/security/nessus/Makefile b/security/nessus/Makefile index 094cf72cd570..a19d20240221 100644 --- a/security/nessus/Makefile +++ b/security/nessus/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: nessus -# Version required: 0.99.2 +# Version required: 0.99.4 # Date created: 1 May 1999 # Whom: Anders Nordby <anders@fix.no> # @@ -35,16 +35,10 @@ CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}" MAN1= nessus.1 MAN8= nessusd.8 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 400001 -BROKEN= "Can't be built successfully in -CURRENT" -.endif - post-install: @${ECHO} "==========================================================" @${ECHO} "Be sure to erase your old ${PREFIX}/etc/nessus!" @${ECHO} "The syntax of nessusd.users and nessusd.rules has changed!" @${ECHO} "==========================================================" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |