diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-22 00:02:03 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-22 00:02:03 +0800 |
commit | c58f2a61cc77c8ad12e2259fbabfac71bc279c0a (patch) | |
tree | 6f20f175904c6974708b5a6f3e431159d769c358 /mail/dcc-dccd | |
parent | b4d9783b1d63caa3de0c8ad14d566be688dd7c67 (diff) | |
download | freebsd-ports-gnome-c58f2a61cc77c8ad12e2259fbabfac71bc279c0a.tar.gz freebsd-ports-gnome-c58f2a61cc77c8ad12e2259fbabfac71bc279c0a.tar.zst freebsd-ports-gnome-c58f2a61cc77c8ad12e2259fbabfac71bc279c0a.zip |
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>
Diffstat (limited to 'mail/dcc-dccd')
-rw-r--r-- | mail/dcc-dccd/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/dcc-dccd/Makefile b/mail/dcc-dccd/Makefile index 47e78b0e640b..71a8cb84b88d 100644 --- a/mail/dcc-dccd/Makefile +++ b/mail/dcc-dccd/Makefile @@ -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: |