head	1.2;
access;
symbols
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2009.08.17.22.46.16;	author miwi;	state dead;
branches;
next	1.1;

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


desc
@@


1.2
log
@- Update to 2.0.1

PR:		137209
Submitted by:	farrokhi
@
text
@--- Makefile.orig	2008-04-27 13:27:21.000000000 +0900
+++ Makefile	2008-04-27 13:28:00.000000000 +0900
@@@@ -41,7 +41,7 @@@@
 	$(INSTALL) -c -m 0644 doc/openvas-libnasl-config.1 ${mandir}/man1
 	$(INSTALL) -c -m 0644 doc/openvas-nasl.1 ${mandir}/man1
 	$(INSTALL) -c -m 0644 doc/openvas-libnasl-config.1 ${mandir}/man1
-	test -d ${localstatedir}/openvas || $(INSTALL_DIR) -m 755 ${localstatedir}/openvas
+	test -d ${localstatedir} || $(INSTALL_DIR) -m 755 ${localstatedir}
 
 
 	@@echo
@


1.1
log
@[NEW PORT] security/openvas-libnasl: NASL libraries 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/123129
Submitted by:	Tomoyuki Sakurai <cherry@@trombik.org>
@
text
@@

