1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/security/nmap/files/patch-nmapfe::Makefile.in
Edwin Groothuis e11145a0fa [MAINTAINER] port security/nmap: update to version 3.48
- improved version detection
	- integrates most FreeBSD fixes, thanks to
	  Marius Strobl <marius@alchemy.franken.de>
	- install localized man pages

PR:		ports/57646
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-07 22:31:18 +00:00

12 lines
405 B
Plaintext

--- nmapfe/Makefile.in.orig Mon Oct 6 13:00:32 2003
+++ nmapfe/Makefile.in Mon Oct 6 13:01:05 2003
@@ -72,7 +72,7 @@
CONFIG_CLEAN_FILES =
PROGRAMS = $(bin_PROGRAMS)
-DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -DHAVE_CONFIG_H=1 -I$(srcdir)
+DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -DHAVE_CONFIG_H=1 -DNMAP_PATH=\"$(bindir)/\" -I$(srcdir)
CPPFLAGS = @CPPFLAGS@
STATIC =
LDFLAGS = @LDFLAGS@ $(STATIC)