diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
commit | ce5e4570204c37f4ac986a2a6bc076aa911167d6 (patch) | |
tree | 1c069c3c993156dc583330fa958afbe99bb4966e /math/py-networkx | |
parent | 8ac99398e2b62e1b10333d4c88ae273f4f0ed365 (diff) |
Notes
Diffstat (limited to 'math/py-networkx')
-rw-r--r-- | math/py-networkx/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile index 0c928631dfc0..a2348c4adc97 100644 --- a/math/py-networkx/Makefile +++ b/math/py-networkx/Makefile @@ -1,6 +1,4 @@ -# Ports collection makefile for: py-networkx -# Date created: June, 20 2008 -# Whom: dikshie +# Created by: dikshie # $FreeBSD$ PORTNAME= networkx @@ -17,6 +15,7 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install PYSETUP= setup_egg.py +NO_STAGE= yes post-install: .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} |