svn commit: r343375 - in head/audio/Maaate: . files

Mathieu Arnold mat at FreeBSD.org
Sun Feb 9 11:35:36 UTC 2014


+--On 8 février 2014 18:25:13 +0000 Thomas Zander <riggs at FreeBSD.org>
wrote:
| +.include <bsd.port.options.mk>
| +
|  post-install:
| +.if ${PORT_OPTIONS:MDOCS}
|  	@${MKDIR} ${STAGEDIR}${DOCSDIR}
| -.for file in API.html ChangeLog THANKS applications.html
| -	${INSTALL_DATA} ${WRKSRC}/doc/${file} ${STAGEDIR}${DOCSDIR}
| +.for f in ${PORTDOCS}
| +	${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}
|  .endfor
| +.endif
|  
|  .include <bsd.port.mk>

Would you mind removing the include and installing the docs all the time,
like the wiki says ?

Regards,

-- 
Mathieu Arnold


More information about the svn-ports-head mailing list