svn commit: r341790 - head/multimedia/szap-s2

Mathieu Arnold mat at FreeBSD.org
Wed Jan 29 22:48:48 UTC 2014


+--On 29 janvier 2014 22:44:37 +0000 Juergen Lock <nox at FreeBSD.org> wrote:
| +
| +.include <bsd.port.options.mk>
|  
|  do-install:
|  	(cd ${WRKSRC} && ${INSTALL_PROGRAM} szap-s2 ${STAGEDIR}/${PREFIX}/bin)
| -.if !defined(NOPORTDOCS)
| -	${MKDIR} ${DOCSDIR}
| -	(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR})
| +.if ${PORT_OPTIONS:MDOCS}
| +	${MKDIR} ${STAGEDIR}${DOCSDIR}
| +	(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
|  .endif

Hi,

Could you remove the include of port.options and always install the DOCS
into the staging area ? It would save us parsing bsd.port.mk one time too
many.

Like it says on https://wiki.freebsd.org/ports/StageDir

The DOCS/EXAMPLES .if blocks can be made unconditional, except in cases
when installed files are big enough to cause significant I/O overhead.

Regards,

-- 
Mathieu Arnold


More information about the svn-ports-all mailing list