diff options
Diffstat (limited to 'net/zenmap/Makefile')
-rw-r--r-- | net/zenmap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/zenmap/Makefile b/net/zenmap/Makefile index d6a952bb063..8101780b5d6 100644 --- a/net/zenmap/Makefile +++ b/net/zenmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2018/04/14 13:04:33 adam Exp $ +# $NetBSD: Makefile,v 1.2 2018/07/04 13:40:31 jperkin Exp $ .include "../../net/nmap/Makefile.common" @@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 PYSETUPARGS+= vanilla SUBST_CLASSES+= setup -SUBST_STAGE.setup= post-patch +SUBST_STAGE.setup= pre-configure SUBST_MESSAGE.setup= Fixing setup. SUBST_FILES.setup= setup.py SUBST_SED.setup= -e 's,\(self.create_uninstaller\),\#\1,g' |