mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
This commit is contained in:
parent
fe01bed61e
commit
fd59dfeaaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343962
1 changed files with 0 additions and 2 deletions
|
@ -99,11 +99,9 @@ do-install:
|
|||
.for f in ${MANPAGES:Nunzip.1:Ninfo-unzip.1}
|
||||
${INSTALL_MAN} ${WRKSRC}/man/${f} ${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||
.endfor
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for f in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue