svn commit: r348866 - head/ports-mgmt/poudriere-devel

Mathieu Arnold mat at FreeBSD.org
Sun Mar 23 16:11:52 UTC 2014


+--On 23 mars 2014 15:40:11 +0000 Bryan Drewery <bdrewery at FreeBSD.org>
wrote:
|  .include <bsd.port.options.mk>
|  
| +post-install:
|  .if ${PORT_OPTIONS:MZSH}
| -PLIST_FILES+=	share/zsh/site-functions/_poudriere
| -PLIST_DIRSTRY+=	share/zsh/site-functions
| -PLIST_DIRSTRY+=	share/zsh/
| -.else
| -MAKE_ENV+=	NO_ZSH=yes
| +	@${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
| +	${INSTALL_DATA} ${WRKSRC}/completions/zsh/_poudriere \
| +	    ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
|  .endif

I think you could do without the include and always install the file.

-- 
Mathieu Arnold


More information about the svn-ports-all mailing list