diff options
author | mat <mat@FreeBSD.org> | 2013-10-23 00:06:10 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-10-23 00:06:10 +0800 |
commit | f06136a571f2f112c69b049f13947be3e58eeec9 (patch) | |
tree | 3024680903b869d775a027184eb84658a5e1d635 /deskutils | |
parent | a056a59b9476ff719d54047d39ad042be8da5661 (diff) | |
download | freebsd-ports-gnome-f06136a571f2f112c69b049f13947be3e58eeec9.tar.gz freebsd-ports-gnome-f06136a571f2f112c69b049f13947be3e58eeec9.tar.zst freebsd-ports-gnome-f06136a571f2f112c69b049f13947be3e58eeec9.zip |
Be less silent when installing things.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/mirall/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/mirall/Makefile b/deskutils/mirall/Makefile index 6e0b8bc458a3..a1e159e1f82a 100644 --- a/deskutils/mirall/Makefile +++ b/deskutils/mirall/Makefile @@ -40,8 +40,8 @@ ALL_TARGET= all doc-html doc-pdf post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR}/html - @${INSTALL_DATA} ${INSTALL_WRKSRC}/doc/latex/ownCloudClientManual.pdf ${STAGEDIR}${DOCSDIR} - @cd ${INSTALL_WRKSRC}/doc/html/unthemed ; ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/html + ${INSTALL_DATA} ${INSTALL_WRKSRC}/doc/latex/ownCloudClientManual.pdf ${STAGEDIR}${DOCSDIR} + cd ${INSTALL_WRKSRC}/doc/html/unthemed ; ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/html .endif .include <bsd.port.mk> |