1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +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:47 +00:00
parent 3dafa20a64
commit 6b44bed7f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343972

View File

@ -23,9 +23,7 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>