svn commit: r332820 - head/archivers/par2cmdline

Mathieu Arnold mat at FreeBSD.org
Tue Nov 5 08:34:06 UTC 2013


+--On 5 novembre 2013 08:13:59 +0000 Ganael LAPLANCHE
<martymac at FreeBSD.org> wrote:
|  post-install:
|  .if ${PORT_OPTIONS:MDOCS}
| -	@${MKDIR} ${DOCSDIR}
| -	${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}/
| +	@${MKDIR} ${STAGEDIR}${DOCSDIR}
| +	${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
|  .endif

You can also remove the .if ... .endif, as only files in the plist are
installed after staging. And I think you should use INSTALL_DATA, as it's
clearly not a man page :-)

-- 
Mathieu Arnold


More information about the svn-ports-all mailing list