aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-08-15 10:51:57 +0000
committerJohn Marino <marino@FreeBSD.org>2014-08-15 10:51:57 +0000
commit16459b054b2f383e9e43bf1a8482b6779ad1abc6 (patch)
tree461b3ea48a1ad23f241de14efe7b997ae8de0f1f /irc
parent5c55d9fca806b4856ddefdf79c0244ccd2e55ae0 (diff)
downloadports-16459b054b2f383e9e43bf1a8482b6779ad1abc6.tar.gz
ports-16459b054b2f383e9e43bf1a8482b6779ad1abc6.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/miau/Makefile2
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>