1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

NOPORTDOCS (r1.39) is not supported by the base release of libfwbuilder.

Mark port BROKEN when NOPORTDOCS is specified.
This commit is contained in:
Cy Schubert 2008-05-26 23:16:27 +00:00
parent 553668f87a
commit 5338b9c1a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213724
3 changed files with 15 additions and 3 deletions

View File

@ -44,4 +44,8 @@ post-install:
PORTDOCS= *
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if defined(NOPORTDOCS)
BROKEN= NOPORTDOCS is incomplete in this port
.endif
.include <bsd.port.post.mk>

View File

@ -44,4 +44,8 @@ post-install:
PORTDOCS= *
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if defined(NOPORTDOCS)
BROKEN= NOPORTDOCS is incomplete in this port
.endif
.include <bsd.port.post.mk>

View File

@ -44,4 +44,8 @@ post-install:
PORTDOCS= *
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if defined(NOPORTDOCS)
BROKEN= NOPORTDOCS is incomplete in this port
.endif
.include <bsd.port.post.mk>