1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +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:43 +00:00
parent ac79055a46
commit 3dafa20a64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343971

View File

@ -44,12 +44,9 @@ do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Input
${INSTALL_PROGRAM} ${WRKSRC}/libsexypsf.so \
${STAGEDIR}${PREFIX}/lib/xmms/Input/libsexypsf.so
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/Docs/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>