1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +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:25:16 +00:00
parent d03dc2b3dd
commit f1e12b82cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343993

View File

@ -74,10 +74,7 @@ do-install:
${INSTALL_DATA} -m 600 ${WRKSRC}/vpnc.conf ${STAGEDIR}${PREFIX}/etc
.endif
${INSTALL_MAN} ${WRKSRC}/${MANPAGE8} ${STAGEDIR}${MANPREFIX}/man/man8
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>