svn commit: r309170 - head/deskutils

Baptiste Daroussin bapt at FreeBSD.org
Tue Dec 18 12:05:30 UTC 2012


Author: bapt
Date: Tue Dec 18 12:05:29 2012
New Revision: 309170
URL: http://svnweb.freebsd.org/changeset/ports/309170

Log:
  Fix index after horde4 -> horde renaming

Modified:
  head/deskutils/Makefile

Modified: head/deskutils/Makefile
==============================================================================
--- head/deskutils/Makefile	Tue Dec 18 12:03:24 2012	(r309169)
+++ head/deskutils/Makefile	Tue Dec 18 12:05:29 2012	(r309170)
@@ -100,10 +100,10 @@
     SUBDIR += horde3-kronolith
     SUBDIR += horde3-mnemo
     SUBDIR += horde3-nag
-    SUBDIR += horde4-groupware
-    SUBDIR += horde4-kronolith
-    SUBDIR += horde4-mnemo
-    SUBDIR += horde4-nag
+    SUBDIR += horde-groupware
+    SUBDIR += horde-kronolith
+    SUBDIR += horde-mnemo
+    SUBDIR += horde-nag
     SUBDIR += hot-babe
     SUBDIR += howm
     SUBDIR += ical


More information about the svn-ports-all mailing list