diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/miau/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/miau/Makefile b/irc/miau/Makefile index 5038ed2bdb35..85b208266b20 100644 --- a/irc/miau/Makefile +++ b/irc/miau/Makefile @@ -45,7 +45,7 @@ post-patch: post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> |