aboutsummaryrefslogtreecommitdiff
path: root/math/py-networkx
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-27 00:15:04 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-27 00:15:04 +0000
commitcce3a74ecdf3566a811d274c9a56d31abd4472fa (patch)
tree7cd8cb4a85037d5d5f9eb04c034e7ad933d0e179 /math/py-networkx
parent68a5cc350c20f473d49d3f1f2daba75917014054 (diff)
downloadports-cce3a74ecdf3566a811d274c9a56d31abd4472fa.tar.gz
ports-cce3a74ecdf3566a811d274c9a56d31abd4472fa.zip
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=387529
Diffstat (limited to 'math/py-networkx')
-rw-r--r--math/py-networkx/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile
index 916aeb363dc2..2f24d5f2f6ed 100644
--- a/math/py-networkx/Makefile
+++ b/math/py-networkx/Makefile
@@ -22,11 +22,8 @@ OPTIONS_DEFINE= EXAMPLES
EXAMPLESDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
PORTEXAMPLES= *
-.include <bsd.port.options.mk>
-
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
- @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>