svn commit: r314852 - head/mail/dcc-dccd

Eitan Adler eadler at FreeBSD.org
Thu Mar 21 16:02:04 UTC 2013


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 at 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 at odyssey.apana.org.au>
-#
+# Created by: Dean Hollister <dean at 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:


More information about the svn-ports-all mailing list