Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2013 16:02:03 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314852 - head/mail/dcc-dccd
Message-ID:  <201303211602.r2LG23xx034268@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Thu Mar 21 16:02:03 2013
New Revision: 314852
URL: http://svnweb.freebsd.org/changeset/ports/314852

Log:
  Fix tripple quoting that will cause problems when the ports tree is switched to bmake
  
  PR:		ports/176587
  Submitted by:	John Marino <draco@marino.st>

Modified:
  head/mail/dcc-dccd/Makefile

Modified: head/mail/dcc-dccd/Makefile
==============================================================================
--- head/mail/dcc-dccd/Makefile	Thu Mar 21 15:45:59 2013	(r314851)
+++ head/mail/dcc-dccd/Makefile	Thu Mar 21 16:02:03 2013	(r314852)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	mail/dcc-dccd
-# Date created:		Wed Oct 9 19:30:00 WST 2002
-# Whom:			Dean Hollister <dean@odyssey.apana.org.au>
-#
+# Created by: Dean Hollister <dean@odyssey.apana.org.au>
 # $FreeBSD$
-#
 
 PORTNAME=	dcc-dccd
 PORTVERSION=	1.3.141
@@ -177,7 +173,7 @@ PLIST_SUB+=	WITH_DCCGREY="@comment "
 
 pre-everything::
 	@${ECHO_MSG} ' '
-	@${ECHO_MSG} 'A description of ALT_HOME may be found in the port's Makefile.'
+	@${ECHO_MSG} "A description of ALT_HOME may be found in the port's Makefile."
 	@${ECHO_MSG} ' '
 
 post-install:



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