Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Apr 2021 16:37:12 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cd5debcbb0c2 - main - devel/boost-docs: Let it pass Q/A tests (stage-qa)
Message-ID:  <202104171637.13HGbCuO043198@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

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

commit cd5debcbb0c2282ba4648fb82fee559c1b913b4e
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2021-04-17 16:36:41 +0000
Commit:     Li-Wen Hsu <lwhsu@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:



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