head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2008.06.04.13.12.03;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.1
log
@[NEW PORT] security/openvas-client: A GUI client for OpenVAS

	OpenVAS stands for Open Vulnerability Assessment System and
	is a network security scanner with associated tools like a
	graphical user fontend. The core is a server component with
	a set of network vulnerability tests (NVTs) to detect
	security problems in remote systems and applications.

	WWW: http://www.openvas.org/

PR:		ports/123131
Submitted by:	Tomoyuki Sakurai <cherry@@trombik.org>
@
text
@--- nessus/Makefile.orig	2008-04-27 10:55:40.000000000 +0900
+++ nessus/Makefile	2008-04-27 10:56:19.000000000 +0900
@@@@ -12,7 +12,7 @@@@
 NESSUSCLIENT=OpenVAS-Client
 
 # Add some specific Windows compile options for Cygwin
-SYSTEM:=$(shell uname -o)
+SYSTEM:=$(shell uname -s)
 ifeq ($(SYSTEM), Cygwin)
 CFLAGS+=-mms-bitfields
 LDFLAGS+=-mwindows
@
