Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2020 14:18:41 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554898 - head/security/py-ssh-audit
Message-ID:  <202011111418.0ABEIfhS066531@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Nov 11 14:18:40 2020
New Revision: 554898
URL: https://svnweb.freebsd.org/changeset/ports/554898

Log:
  security/py-ssh-audit: more fixes

Modified:
  head/security/py-ssh-audit/Makefile

Modified: head/security/py-ssh-audit/Makefile
==============================================================================
--- head/security/py-ssh-audit/Makefile	Wed Nov 11 14:00:54 2020	(r554897)
+++ head/security/py-ssh-audit/Makefile	Wed Nov 11 14:18:40 2020	(r554898)
@@ -12,16 +12,9 @@ COMMENT=	SSH server auditing
 
 LICENSE=	MIT
 
-USES=		python shebangfix
+USES=		python
 USE_GITHUB=	yes
 GH_ACCOUNT=	jtesta
-USE_PYTHON=	concurrent distutils
-NO_ARCH=	yes
-SHEBANG_FILES=	ssh-audit.py
-
-PLIST_FILES=	bin/ssh-audit
-
-do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/ssh-audit.py ${STAGEDIR}${PREFIX}/bin/ssh-audit
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011111418.0ABEIfhS066531>