Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2015 08:39:44 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398261 - head/Keywords
Message-ID:  <201510010839.t918diFo078995@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Oct  1 08:39:44 2015
New Revision: 398261
URL: https://svnweb.freebsd.org/changeset/ports/398261

Log:
  Do not use contractions.
  
  Sponsored by:	Absolight

Modified:
  head/Keywords/sample.ucl

Modified: head/Keywords/sample.ucl
==============================================================================
--- head/Keywords/sample.ucl	Thu Oct  1 08:38:08 2015	(r398260)
+++ head/Keywords/sample.ucl	Thu Oct  1 08:39:44 2015	(r398261)
@@ -57,6 +57,6 @@ pre-deinstall: <<EOD
   if cmp -s "${target_file}" "${sample_file}"; then
     rm -f "${target_file}"
   else
-    echo "You may need to manually remove ${target_file} if it's no longer needed."
+    echo "You may need to manually remove ${target_file} if it is no longer needed."
   fi
 EOD



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