svn commit: r398261 - head/Keywords

Mathieu Arnold mat at FreeBSD.org
Thu Oct 1 08:39:45 UTC 2015


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


More information about the svn-ports-all mailing list