svn commit: r490168 - head/math

Tobias Kortkamp tobik at FreeBSD.org
Sun Jan 13 18:31:43 UTC 2019


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


More information about the svn-ports-all mailing list