diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-03-18 00:47:12 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-03-18 00:47:12 +0000 |
commit | f9cad2357532d6764112da01f9a3d9b1aa48c2a6 (patch) | |
tree | ba8a9617911cca5e4bf036470e4bce292ffd8381 /net | |
parent | 8968cce14b6595cda2b8ba2899a8417ededf3f75 (diff) |
Notes
Diffstat (limited to 'net')
-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> |