aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/smokeping
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-21 06:54:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-21 06:54:23 +0000
commitfba719f9426367fbbda2b91f6dc1669c077bd848 (patch)
tree502091b373228367cc39e252a3754ec256a0a7bb /net-mgmt/smokeping
parent55d4c8ba786af43c6fa3cb839185cfdda68e1d80 (diff)
downloadports-fba719f9426367fbbda2b91f6dc1669c077bd848.tar.gz
ports-fba719f9426367fbbda2b91f6dc1669c077bd848.zip
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=386913
Diffstat (limited to 'net-mgmt/smokeping')
-rw-r--r--net-mgmt/smokeping/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile
index 10c6ac61a02f..461f7e01c8cb 100644
--- a/net-mgmt/smokeping/Makefile
+++ b/net-mgmt/smokeping/Makefile
@@ -110,8 +110,4 @@ post-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/smokeping/htdocs/img
${MKDIR} ${STAGEDIR}/${PREFIX}/var/smokeping
-.if !defined(BATCH)
- ${CAT} ${PKGMESSAGE}
-.endif
-
.include <bsd.port.post.mk>