diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-01-26 12:31:24 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-01-26 12:31:24 +0000 |
commit | f4801f03a955aa2ee715089c7a6c8bc4261452ab (patch) | |
tree | 643b49f780dcd473e8c0d3238d2fba36b85a869b /net-p2p/rtorrent | |
parent | 4de3f7096ed7b222ca062b065c26ec6f37eb49b2 (diff) | |
download | ports-f4801f03a955aa2ee715089c7a6c8bc4261452ab.tar.gz ports-f4801f03a955aa2ee715089c7a6c8bc4261452ab.zip |
Notes
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index 040d81aa44ad..e0f6c5a4a92b 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -45,6 +45,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/ ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/rtorrent.rc ${EXAMPLESDIR}/ - ${CAT} ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |