diff options
author | matthew <matthew@FreeBSD.org> | 2012-10-11 01:34:51 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2012-10-11 01:34:51 +0800 |
commit | d7e55c5816956719c21e0cc31230b8b9c19ac06c (patch) | |
tree | a4031f3f7bf8c61baa5d6039a35e59d9e3944965 /mail/sa-utils | |
parent | 59f265e6d23ca031eaa2c505dbe45f5024f638a3 (diff) | |
download | freebsd-ports-gnome-d7e55c5816956719c21e0cc31230b8b9c19ac06c.tar.gz freebsd-ports-gnome-d7e55c5816956719c21e0cc31230b8b9c19ac06c.tar.zst freebsd-ports-gnome-d7e55c5816956719c21e0cc31230b8b9c19ac06c.zip |
- Trim Makefile headers
- Remove extraneous quote marks from option DESC
Submitted by: Riccardo Torrini
Diffstat (limited to 'mail/sa-utils')
-rw-r--r-- | mail/sa-utils/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/sa-utils/Makefile b/mail/sa-utils/Makefile index 59aabfeec862..f14dce358e2b 100644 --- a/mail/sa-utils/Makefile +++ b/mail/sa-utils/Makefile @@ -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 maintenance 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 |