svn commit: r305675 - head/mail/sa-utils

Matthew Seaman matthew at FreeBSD.org
Wed Oct 10 17:34:52 UTC 2012


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 at infracaninophile.co.uk>
-#
+# Created by: Matthew Seaman <m.seaman at 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


More information about the svn-ports-all mailing list