diff options
author | flz <flz@FreeBSD.org> | 2007-01-26 20:31:24 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-01-26 20:31:24 +0800 |
commit | c391f2fc601137e31204f8e8d7cd7beef6dd895b (patch) | |
tree | 703b67dc228019c2e5336909c31e0031a0f81135 /net-p2p/rtorrent | |
parent | 3e276d4824861ba1f9fdb4a569df71d9bb1d6230 (diff) | |
download | freebsd-ports-gnome-c391f2fc601137e31204f8e8d7cd7beef6dd895b.tar.gz freebsd-ports-gnome-c391f2fc601137e31204f8e8d7cd7beef6dd895b.tar.zst freebsd-ports-gnome-c391f2fc601137e31204f8e8d7cd7beef6dd895b.zip |
Quiet PKGMESSAGE command.
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> |