aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-08-15 18:51:57 +0800
committermarino <marino@FreeBSD.org>2014-08-15 18:51:57 +0800
commitd84f620e0354575d9b0f65f652802aada44c9b64 (patch)
tree461b3ea48a1ad23f241de14efe7b997ae8de0f1f
parent38d1a0020ac66e42eff4af6eda4fcb9b93765dfa (diff)
downloadfreebsd-ports-gnome-d84f620e0354575d9b0f65f652802aada44c9b64.tar.gz
freebsd-ports-gnome-d84f620e0354575d9b0f65f652802aada44c9b64.tar.zst
freebsd-ports-gnome-d84f620e0354575d9b0f65f652802aada44c9b64.zip
irc/mias: Unmute installation command
Noticed by: @danfe
-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>