svn commit: r315654 - head/deskutils/horde-kronolith

Bryan Drewery bdrewery at FreeBSD.org
Mon Apr 1 15:12:36 UTC 2013


Author: bdrewery
Date: Mon Apr  1 15:12:35 2013
New Revision: 315654
URL: http://svnweb.freebsd.org/changeset/ports/315654

Log:
  - Fix build with bmake
  - Trim header while here
  
  PR:		ports/177187
  Submitted by:	John Marino <draco at marino.st>
  With hat:	portmgr

Modified:
  head/deskutils/horde-kronolith/Makefile

Modified: head/deskutils/horde-kronolith/Makefile
==============================================================================
--- head/deskutils/horde-kronolith/Makefile	Mon Apr  1 14:57:54 2013	(r315653)
+++ head/deskutils/horde-kronolith/Makefile	Mon Apr  1 15:12:35 2013	(r315654)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  horde-kronolith
-# Date created:			  Sun Dec 02, 2001
-# Whom:				  Thierry Thomas (<thierry at thomas.as>)
-#
+# Created by: Thierry Thomas (<thierry at thomas.as>)
 # $FreeBSD$
-#
 
 PORTNAME=	kronolith
 PORTVERSION=	4.0.4
@@ -64,7 +60,7 @@ USE_HORDE_RUN=	Horde_Role \
 RUN_DEPENDS+=	${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
 .endif
 
-.if ${PORT_OPTIONS:MTIMEOBJECTS
+.if ${PORT_OPTIONS:MTIMEOBJECTS}
 USE_HORDE_RUN+=	timeobjects
 .endif
 


More information about the svn-ports-head mailing list