aboutsummaryrefslogtreecommitdiff
path: root/www/kwebkitpart
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2011-10-29 01:01:37 +0000
committerAlberto Villa <avilla@FreeBSD.org>2011-10-29 01:01:37 +0000
commitc6543ee7db0d095605919daf6c3222e8d42ae7d3 (patch)
tree1126824efb22b5f5f14a7707a41257c9945a18d1 /www/kwebkitpart
parent1ba9d5f3b6ae67837afca5e88d2c0e68cc676e83 (diff)
downloadports-c6543ee7db0d095605919daf6c3222e8d42ae7d3.tar.gz
ports-c6543ee7db0d095605919daf6c3222e8d42ae7d3.zip
- Do not print `cat pkg-message`.
Notes
Notes: svn path=/head/; revision=284580
Diffstat (limited to 'www/kwebkitpart')
-rw-r--r--www/kwebkitpart/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/kwebkitpart/Makefile b/www/kwebkitpart/Makefile
index 58af6f1b98fc..2c7717c4e061 100644
--- a/www/kwebkitpart/Makefile
+++ b/www/kwebkitpart/Makefile
@@ -24,6 +24,6 @@ MAKE_JOBS_SAFE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
post-install:
- ${CAT} ${PKGMESSAGE}
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>