Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Feb 2016 10:07:19 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408546 - head/devel
Message-ID:  <201602091007.u19A7JvH067330@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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