svn commit: r343011 - head/irc/p5-POE-Component-IRC-Plugin-Blowfish

Mathieu Arnold mat at FreeBSD.org
Thu Feb 6 10:54:44 UTC 2014


+--On 6 février 2014 10:37:04 +0000 Emanuel Haupt <ehaupt at FreeBSD.org>
wrote:
| +.include <bsd.port.options.mk>
|  
| -NO_STAGE=	yes
|  post-install:
| -.ifndef(NOPORTEXAMPLES)
| -	@${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
| -	@${MKDIR} ${EXAMPLESDIR}
| -	${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}
| -.endif
| +	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
| +	${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}

Unless I read this the wrong way, you don't need port.options.mk here.

-- 
Mathieu Arnold


More information about the svn-ports-all mailing list