freebsd-ports/security/openvas-libnasl/files/patch-Makefile
Edwin Groothuis 654aeea25d [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>
2008-06-04 13:14:01 +00:00

11 lines
481 B
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