diff options
-rw-r--r-- | net/penguintv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/penguintv/Makefile b/net/penguintv/Makefile index d57994c78954..1ff2141efb34 100644 --- a/net/penguintv/Makefile +++ b/net/penguintv/Makefile @@ -29,6 +29,6 @@ do-install: cd ${WRKSRC} && ${PYTHON_CMD} setup.py install post-install: - ${CAT} ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |