svn commit: r309878 - in stable/11/contrib/groff: contrib/mm src/utils/afmtodit

Baptiste Daroussin bapt at FreeBSD.org
Mon Dec 12 07:00:16 UTC 2016


Author: bapt
Date: Mon Dec 12 07:00:14 2016
New Revision: 309878
URL: https://svnweb.freebsd.org/changeset/base/309878

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 <akamch at gmail.com>

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

Modified: stable/11/contrib/groff/contrib/mm/mmroff.pl
==============================================================================
--- stable/11/contrib/groff/contrib/mm/mmroff.pl	Mon Dec 12 06:58:44 2016	(r309877)
+++ stable/11/contrib/groff/contrib/mm/mmroff.pl	Mon Dec 12 07:00:14 2016	(r309878)
@@ -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/11/contrib/groff/src/utils/afmtodit/afmtodit.pl
==============================================================================
--- stable/11/contrib/groff/src/utils/afmtodit/afmtodit.pl	Mon Dec 12 06:58:44 2016	(r309877)
+++ stable/11/contrib/groff/src/utils/afmtodit/afmtodit.pl	Mon Dec 12 07:00:14 2016	(r309878)
@@ -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.


More information about the svn-src-stable-11 mailing list