diff options
author | marino <marino@FreeBSD.org> | 2014-08-15 18:51:57 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-15 18:51:57 +0800 |
commit | d84f620e0354575d9b0f65f652802aada44c9b64 (patch) | |
tree | 461b3ea48a1ad23f241de14efe7b997ae8de0f1f | |
parent | 38d1a0020ac66e42eff4af6eda4fcb9b93765dfa (diff) | |
download | freebsd-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/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> |