forked from Lainports/freebsd-ports
- 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>
11 lines
405 B
Text
11 lines
405 B
Text
--- 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)
|