svn commit: r554898 - head/security/py-ssh-audit
Piotr Kubaj
pkubaj at FreeBSD.org
Wed Nov 11 14:18:41 UTC 2020
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>
More information about the svn-ports-head
mailing list