Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 2017 17:36:35 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447550 - head/devel
Message-ID:  <201708081736.v78HaZiq023366@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Tue Aug  8 17:36:35 2017
New Revision: 447550
URL: https://svnweb.freebsd.org/changeset/ports/447550

Log:
  Fix devel/Makefile after r447548
  
  Unfortunately I mistyped the entries...
  
  Pointy hat to:	tcberner
  
  Reported by:	antoine

Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Aug  8 17:25:43 2017	(r447549)
+++ head/devel/Makefile	Tue Aug  8 17:36:35 2017	(r447550)
@@ -1038,8 +1038,8 @@
     SUBDIR += hs-hspec-core
     SUBDIR += hs-hspec-discover
     SUBDIR += hs-hspec-expectations
-    SUBDIR += hs-iostreams
-    SUBDIR += hs-iostreams-haproxy
+    SUBDIR += hs-io-streams
+    SUBDIR += hs-io-streams-haproxy
     SUBDIR += hs-js-flot
     SUBDIR += hs-js-jquery
     SUBDIR += hs-keys



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