Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 2013 15:12:36 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315654 - head/deskutils/horde-kronolith
Message-ID:  <201304011512.r31FCa1u008355@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@thomas.as>)
-#
+# Created by: Thierry Thomas (<thierry@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
 



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