summaryrefslogtreecommitdiff
path: root/data/nmap/strip.diff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2009-07-30 21:44:17 +0000
committerJay Freeman <saurik@saurik.com>2009-07-30 21:44:17 +0000
commit31a598a34271f387088461bc19790d109635ef41 (patch)
tree2b80850ed6b7bd95d9824ee79e1c55287870c901 /data/nmap/strip.diff
parent693dad3c5f7e16c70c01d93fd5379d6625ee9a83 (diff)
Upgraded to nmap 5.00.
git-svn-id: http://svn.telesphoreo.org/trunk@639 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/nmap/strip.diff')
-rw-r--r--data/nmap/strip.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/nmap/strip.diff b/data/nmap/strip.diff
new file mode 100644
index 000000000..57368466a
--- /dev/null
+++ b/data/nmap/strip.diff
@@ -0,0 +1,12 @@
+diff -ru nmap-5.00/ncat/Makefile.in nmap-5.00+iPhone/ncat/Makefile.in
+--- nmap-5.00/ncat/Makefile.in 2009-04-29 04:14:04.000000000 +0000
++++ nmap-5.00+iPhone/ncat/Makefile.in 2009-07-30 21:40:06.000000000 +0000
+@@ -126,7 +126,7 @@
+ install: $(TARGET)
+ @echo Installing Ncat;
+ $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir) $(DESTDIR)$(pkgdatadir) $(DESTDIR)$(mandir)/man1
+- $(INSTALL) -c -m 755 -s ncat $(DESTDIR)$(bindir)/ncat
++ $(INSTALL) -c -m 755 ncat $(DESTDIR)$(bindir)/ncat
+ $(INSTALL) -c -m 644 $(DATAFILES) $(DESTDIR)$(pkgdatadir)/
+ $(INSTALL) -c -m 644 docs/$(TARGET).1 $(DESTDIR)$(mandir)/man1/$(TARGET).1
+