forked from Lainports/freebsd-ports
doing an upgrade. This patch does not fix a bug, takes away the original author's right to free speach, and we have no technical reason to patch.
11 lines
351 B
Text
11 lines
351 B
Text
--- nmapfe/Makefile.in.orig Mon Jan 1 22:22:37 2001
|
|
+++ nmapfe/Makefile.in Fri Mar 16 16:56:47 2001
|
|
@@ -75 +75 @@
|
|
-DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -DHAVE_CONFIG_H=1 -I$(srcdir)
|
|
+DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -DHAVE_CONFIG_H=1 -I$(srcdir) -DNMAP_PATH=\"$(bindir)/\"
|
|
@@ -236 +236 @@
|
|
-%.o: %.c
|
|
+.c.o:
|
|
@@ -240 +240 @@
|
|
-%.lo: %.c
|
|
+.c.lo:
|