Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2012 17:34:52 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305675 - head/mail/sa-utils
Message-ID:  <201210101734.q9AHYqsf071092@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Wed Oct 10 17:34:51 2012
New Revision: 305675
URL: http://svn.freebsd.org/changeset/ports/305675

Log:
  - Trim Makefile headers
  - Remove extraneous quote marks from option DESC
  
  Submitted by:	Riccardo Torrini

Modified:
  head/mail/sa-utils/Makefile   (contents, props changed)

Modified: head/mail/sa-utils/Makefile
==============================================================================
--- head/mail/sa-utils/Makefile	Wed Oct 10 17:29:42 2012	(r305674)
+++ head/mail/sa-utils/Makefile	Wed Oct 10 17:34:51 2012	(r305675)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:  sa-utils
-# Date created:    3 January 2010
-# Whom:            Matthew Seaman <m.seaman@infracaninophile.co.uk>
-#
+# Created by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
 # $FreeBSD$
 #
 # Port is self-contained in the files directory.
@@ -19,7 +16,7 @@ COMMENT=	SpamAssassin nightly periodic m
 RUN_DEPENDS=	sa-update:${PORTSDIR}/mail/p5-Mail-SpamAssassin
 
 OPTIONS_DEFINE=	SACOMPILE
-SACOMPILE_DESC=	"Enable sa-compile support"
+SACOMPILE_DESC=	Enable sa-compile support
 
 NO_BUILD=	yes
 SUB_FILES=	sa-utils



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