diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2011-10-29 01:01:37 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2011-10-29 01:01:37 +0000 |
commit | c6543ee7db0d095605919daf6c3222e8d42ae7d3 (patch) | |
tree | 1126824efb22b5f5f14a7707a41257c9945a18d1 /www/kwebkitpart/Makefile | |
parent | 1ba9d5f3b6ae67837afca5e88d2c0e68cc676e83 (diff) |
Notes
Diffstat (limited to 'www/kwebkitpart/Makefile')
-rw-r--r-- | www/kwebkitpart/Makefile | 2 |
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> |