1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

irc/mias: Unmute installation command

Noticed by:	@danfe
This commit is contained in:
John Marino 2014-08-15 10:51:57 +00:00
parent 5c55d9fca8
commit 16459b054b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364960

View File

@ -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>