git: cd5debcbb0c2 - main - devel/boost-docs: Let it pass Q/A tests (stage-qa)

Li-Wen Hsu lwhsu at FreeBSD.org
Sat Apr 17 16:37:12 UTC 2021


The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cd5debcbb0c2282ba4648fb82fee559c1b913b4e

commit cd5debcbb0c2282ba4648fb82fee559c1b913b4e
Author:     Li-Wen Hsu <lwhsu at FreeBSD.org>
AuthorDate: 2021-04-17 16:36:41 +0000
Commit:     Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-04-17 16:36:41 +0000

    devel/boost-docs: Let it pass Q/A tests (stage-qa)
---
 devel/boost-docs/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devel/boost-docs/Makefile b/devel/boost-docs/Makefile
index ada8808ff101..bcfe8330e42e 100644
--- a/devel/boost-docs/Makefile
+++ b/devel/boost-docs/Makefile
@@ -3,6 +3,8 @@
 PORTNAME=	boost-docs
 COMMENT=	Documentation for libraries from boost.org
 
+USES=	python:env shebangfix
+
 DOCSDIR=	${PREFIX}/share/doc/boost
 UNIQ=		/usr/bin/uniq
 
@@ -10,6 +12,8 @@ NO_BUILD=	yes
 
 OPTIONS_DEFINE=	DOCS
 
+SHEBANG_GLOB=	*.py
+
 .include "${.CURDIR}/..//boost-all/common.mk"
 
 do-install:


More information about the dev-commits-ports-all mailing list