1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +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:14 +00:00
parent da61b7cb97
commit 2e85cab952
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343964

View File

@ -88,14 +88,10 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/po/${l}.mo \
${STAGEDIR}${PREFIX}/share/locale/${l}/LC_MESSAGES/gbsplay.mo
.endfor
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.endif
.endif
.include <bsd.port.mk>