svn commit: r447550 - head/devel

Tobias C. Berner tcberner at FreeBSD.org
Tue Aug 8 17:36:36 UTC 2017


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


More information about the svn-ports-all mailing list