diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-15 10:51:57 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-15 10:51:57 +0000 |
commit | 16459b054b2f383e9e43bf1a8482b6779ad1abc6 (patch) | |
tree | 461b3ea48a1ad23f241de14efe7b997ae8de0f1f /irc/miau | |
parent | 5c55d9fca806b4856ddefdf79c0244ccd2e55ae0 (diff) | |
download | ports-16459b054b2f383e9e43bf1a8482b6779ad1abc6.tar.gz ports-16459b054b2f383e9e43bf1a8482b6779ad1abc6.zip |
Notes
Diffstat (limited to 'irc/miau')
-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> |