svn commit: r326098 - head/mail/mailman

Florian Smeets flo at FreeBSD.org
Mon Sep 2 21:52:27 UTC 2013


Author: flo
Date: Mon Sep  2 21:52:27 2013
New Revision: 326098
URL: http://svnweb.freebsd.org/changeset/ports/326098

Log:
  Fix a typo that prevented the port from building

Modified:
  head/mail/mailman/Makefile

Modified: head/mail/mailman/Makefile
==============================================================================
--- head/mail/mailman/Makefile	Mon Sep  2 21:47:29 2013	(r326097)
+++ head/mail/mailman/Makefile	Mon Sep  2 21:52:27 2013	(r326098)
@@ -134,7 +134,7 @@ pre-everything::
 	@${ECHO} "				${PREFIX}/${MM_DIR}."
 	@${ECHO} "CGI_GID		www		The group name or id under which your web"
 	@${ECHO} "				server executes CGI scripts."
-	@${ECHO} "IMGDIR		www/icons	Icon images will be installed in""
+	@${ECHO} "IMGDIR		www/icons	Icon images will be installed in"
 	@${ECHO} "				${PREFIX}/${IMGDIR}."
 	@${ECHO} ""
 


More information about the svn-ports-all mailing list