openbsd-ports/net/nmap/patches/patch-Makefile_in
giovanni 4c8a46b081 Update to nmap-5.00
diff made by Pawlowski Marcin Piotr with tweaks by me and others
"you have my okay" landry@ on a similar diff
full changelog available at http://nmap.org/changelog.html
2009-10-22 10:00:57 +00:00

15 lines
861 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.10 2009/10/22 10:00:57 giovanni Exp $
--- Makefile.in.orig Wed Jun 24 23:35:54 2009
+++ Makefile.in Tue Jul 21 20:16:43 2009
@@ -217,8 +217,8 @@ $(NCATDIR)/ncat.h: nmap.h
sed -i -e 's/^#[ \t]*define[ \t]\+NCAT_VERSION[ \t]\+\(".*"\)/#define NCAT_VERSION "$(NMAP_VERSION)"/' $@
# 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