openbsd-ports/net/nmap/patches/patch-Makefile_in
giovanni 35ac3b7309 Update to version 5.51, lot of improvements since latest version,
full changelog available at http://nmap.org/changelog.html
Nping needs a very current libpcap to work as root
2011-03-28 09:01:24 +00:00

15 lines
773 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.12 2011/03/28 09:01:24 giovanni Exp $
--- Makefile.in.orig Thu Jan 13 02:28:52 2011
+++ Makefile.in Wed Feb 2 13:12:14 2011
@@ -259,8 +259,8 @@ $(NPINGDIR)/nping.h: nmap.h
mv -f $@.tmp $@
# Update the version number used by Zenmap.
-$(ZENMAPDIR)/zenmapCore/Version.py $(ZENMAPDIR)/share/zenmap/config/zenmap_version: nmap.h
- cd $(ZENMAPDIR) && $(PYTHON) install_scripts/utils/version_update.py "$(NMAP_VERSION)"
+#$(ZENMAPDIR)/zenmapCore/Version.py $(ZENMAPDIR)/share/zenmap/config/zenmap_version: nmap.h
+# cd $(ZENMAPDIR) && $(PYTHON) install_scripts/utils/version_update.py "$(NMAP_VERSION)"
# By default distutils rewrites installed scripts to hardcode the
# location of the Python interpreter they were built with (something