svn commit: r408546 - head/devel

Don Lewis truckman at FreeBSD.org
Tue Feb 9 10:07:20 UTC 2016


Author: truckman
Date: Tue Feb  9 10:07:19 2016
New Revision: 408546
URL: https://svnweb.freebsd.org/changeset/ports/408546

Log:
  Fix missing py prefix.
  
  Suggested by:	koobs

Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Feb  9 09:59:05 2016	(r408545)
+++ head/devel/Makefile	Tue Feb  9 10:07:19 2016	(r408546)
@@ -4384,7 +4384,7 @@
     SUBDIR += py-thrift
     SUBDIR += py-timelib
     SUBDIR += py-tipper
-    SUBDIR += total-ordering
+    SUBDIR += py-total-ordering
     SUBDIR += py-tox
     SUBDIR += py-trace2html
     SUBDIR += py-traitlets


More information about the svn-ports-all mailing list