aboutsummaryrefslogtreecommitdiff
path: root/net/exabgp
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-21 06:54:34 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-21 06:54:34 +0000
commit33266a2e0ed165296de481601c99571f24142536 (patch)
treebf3c65d6714e03fb6ad655cacb951db8c05befd6 /net/exabgp
parentfba719f9426367fbbda2b91f6dc1669c077bd848 (diff)
downloadports-33266a2e0ed165296de481601c99571f24142536.tar.gz
ports-33266a2e0ed165296de481601c99571f24142536.zip
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=386914
Diffstat (limited to 'net/exabgp')
-rw-r--r--net/exabgp/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile
index b668c768d075..002b04ee0bf8 100644
--- a/net/exabgp/Makefile
+++ b/net/exabgp/Makefile
@@ -44,7 +44,4 @@ do-install:
.endif
${CP} ${FILESDIR}/exabgp.env ${STAGEDIR}${ETCDIR}/exabgp.env.sample
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>