From fba719f9426367fbbda2b91f6dc1669c077bd848 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 21 May 2015 06:54:23 +0000 Subject: - Don't cat pkg-message from Makefiles Approved by: portmgr blanket --- net-mgmt/netmagis-common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-mgmt/netmagis-common') diff --git a/net-mgmt/netmagis-common/Makefile b/net-mgmt/netmagis-common/Makefile index ff57a83a0200..44f2b4e200ff 100644 --- a/net-mgmt/netmagis-common/Makefile +++ b/net-mgmt/netmagis-common/Makefile @@ -77,7 +77,7 @@ post-patch: .if !target(post-install) post-install: - @if [ -f ${PKGMESSAGE} ] ; then ${CAT} ${PKGMESSAGE} ; fi + @${DO_NADA} .endif .include -- cgit v1.2.3