Author: bapt
Date: Mon Dec 12 07:01:05 2016
New Revision: 309879
URL: https://svnweb.freebsd.org/changeset/base/309879

Log:
  MFC r309796:
  
  Perl is not available in base fix scripts depending on it to use
  the version from ports
  
  PR:           215159
  Reported by:  Anatoly Kamchatnov <aka...@gmail.com>

Modified:
  stable/10/contrib/groff/contrib/mm/mmroff.pl
  stable/10/contrib/groff/src/utils/afmtodit/afmtodit.pl
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/contrib/groff/contrib/mm/mmroff.pl
==============================================================================
--- stable/10/contrib/groff/contrib/mm/mmroff.pl        Mon Dec 12 07:00:14 
2016        (r309878)
+++ stable/10/contrib/groff/contrib/mm/mmroff.pl        Mon Dec 12 07:01:05 
2016        (r309879)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#! /usr/bin/env perl
 
 use strict;
 # runs groff in safe mode, that seems to be the default

Modified: stable/10/contrib/groff/src/utils/afmtodit/afmtodit.pl
==============================================================================
--- stable/10/contrib/groff/src/utils/afmtodit/afmtodit.pl      Mon Dec 12 
07:00:14 2016        (r309878)
+++ stable/10/contrib/groff/src/utils/afmtodit/afmtodit.pl      Mon Dec 12 
07:01:05 2016        (r309879)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#! /usr/bin/env perl -w
 # -*- Perl -*-
 # Copyright (C) 1989-2000, 2001, 2002, 2003, 2004, 2005
 # Free Software Foundation, Inc.
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to