Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 18:31:42 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490168 - head/math
Message-ID:  <201901131831.x0DIVgSq048905@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Jan 13 18:31:42 2019
New Revision: 490168
URL: https://svnweb.freebsd.org/changeset/ports/490168

Log:
  Fix INDEX
  
  Pointy hat:	miwi

Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Jan 13 18:22:54 2019	(r490167)
+++ head/math/Makefile	Sun Jan 13 18:31:42 2019	(r490168)
@@ -721,7 +721,7 @@
     SUBDIR += py-mpmath
     SUBDIR += py-munkres
     SUBDIR += py-networkx
-	SUBDIR += py-networkx1
+    SUBDIR += py-networkx1
     SUBDIR += py-numarray
     SUBDIR += py-numeric
     SUBDIR += py-numexpr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901131831.x0DIVgSq048905>