1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00: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:
Emanuel Haupt 2014-02-12 19:23:05 +00:00
parent fe01bed61e
commit fd59dfeaaa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343962

View File

@ -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>