diff options
Diffstat (limited to 'irc/p5-POE-Component-IRC/Makefile')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index ed18b89d9d8b..62ab7121a945 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -31,7 +31,7 @@ USE_PERL5= configure PORTEXAMPLES= * post-install: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.mk> |