openbsd-ports/net/nmap/patches/patch-zenmap_setup_py
okan bbb9a832a8 - update to 4.53 from Giovanni Bechis (MAINTAINER)
- re-work port from FLAVORS to MULTI_PACKAGES (-main, -zenmap)

lots of feedback and help from kili@, merdely@ and Giovanni

ok merdely@ kili@
2008-01-25 01:21:17 +00:00

12 lines
458 B
Plaintext

$OpenBSD: patch-zenmap_setup_py,v 1.1 2008/01/25 01:21:17 okan Exp $
--- zenmap/setup.py.orig Tue Dec 18 15:22:37 2007
+++ zenmap/setup.py Tue Dec 18 15:22:57 2007
@@ -85,7 +85,6 @@ class my_install(install):
self.set_perms()
self.set_modules_path()
self.fix_paths()
- self.create_uninstaller()
def create_uninstaller(self):
uninstaller_filename = os.path.join(self.install_scripts, "uninstall_" + APP_NAME)