View | Details | Raw Unified | Return to bug 235510 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/ports/security/py-pass-audit/Makefile (-4 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	pass-audit
3
PORTNAME=	pass-audit
4
PORTVERSION=	1.0.1
4
PORTVERSION=	1.0.1
5
PORTREVISION=	1
6
CATEGORIES=	security
5
CATEGORIES=	security
7
MASTER_SITES=	https://github.com/roddhjav/${PORTNAME}/releases/download/v${PORTVERSION}/
6
MASTER_SITES=	https://github.com/roddhjav/${PORTNAME}/releases/download/v${PORTVERSION}/
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 26-34 Link Here
26
NO_BUILD=	yes
25
NO_BUILD=	yes
27
26
28
SHEBANG_FILES=	${WRKSRC}/pass_audit.py
27
SHEBANG_FILES=	${WRKSRC}/pass_audit.py
29
30
post-patch:
31
	@${REINPLACE_CMD} -e 's:\<python3\>:${PYTHON_CMD}:g' ${WRKSRC}/audit.bash
32
28
33
pre-install:
29
pre-install:
34
	${INSTALL_MAN} ${WRKSRC}/pass-audit.1 \
30
	${INSTALL_MAN} ${WRKSRC}/pass-audit.1 \

Return to bug 235510