1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/security/nmap/files/patch-aa
David E. O'Brien fa78580a86 Update to version 2.52.
[fixes minor typos in 2.51]
2000-05-05 01:51:06 +00:00

12 lines
415 B
Plaintext

--- Makefile.in.orig Mon May 1 19:17:38 2000
+++ Makefile.in Thu May 4 16:42:44 2000
@@ -16 +16 @@
-INCLS = -I. -I$(LIBPCAPDIR)
+INCLS = -I. # -I$(LIBPCAPDIR)
@@ -41 +41 @@
-$(TARGET): $(DEPS) @PCAP_DEPENDS@ $(OBJS)
+$(TARGET): $(DEPS) $(OBJS)
@@ -144 +144 @@
- $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir) $(deskdir)
+ $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir)