summaryrefslogtreecommitdiff
path: root/security/nmap
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-04-07 18:38:08 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-04-07 18:38:08 +0000
commit2bf7be32763aa7e53e6fe03499a43f80939dbe44 (patch)
tree81a760e3872ee7d0092820e4a846db37fa260827 /security/nmap
parentRemove tcserver (diff)
While the previous patch worked, this is a fresh one generated from
this version's sources.
Notes
Notes: svn path=/head/; revision=41041
Diffstat (limited to 'security/nmap')
-rw-r--r--security/nmap/files/patch-aa19
1 files changed, 10 insertions, 9 deletions
diff --git a/security/nmap/files/patch-aa b/security/nmap/files/patch-aa
index c18d03d76af3..c6ae507e67fa 100644
--- a/security/nmap/files/patch-aa
+++ b/security/nmap/files/patch-aa
@@ -1,11 +1,12 @@
---- 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 @@
+--- Makefile.in.orig Fri Mar 9 22:25:19 2001
++++ Makefile.in Sat Apr 7 11:28:49 2001
+@@ -17,3 +17,3 @@
+ LIBPCAPDIR = @libpcapdir@
+-INCLS = -I$(LIBPCAPDIR)
++#INCLS = -I$(LIBPCAPDIR)
+ DEFS = @DEFS@ -DNMAP_VERSION=\"$(NMAP_VERSION)\" -DNMAP_NAME=\"$(NMAP_NAME)\" -DNMAP_URL=\"$(NMAP_URL)\" -DNMAP_PLATFORM=\"$(NMAP_PLATFORM)\" -DNMAPDATADIR=\"$(nmapdatadir)\"
+@@ -173,3 +173,3 @@
+ install: $(TARGET)
- $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir) $(deskdir)
+ $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir)
+ $(INSTALL) -c -m 755 nmap $(bindir)/nmap