]> xenbits.xensource.com Git - people/royger/freebsd.git/commitdiff
Perl is not available in base fix scripts depending on it to use
authorbapt <bapt@FreeBSD.org>
Sat, 10 Dec 2016 12:02:32 +0000 (12:02 +0000)
committerbapt <bapt@FreeBSD.org>
Sat, 10 Dec 2016 12:02:32 +0000 (12:02 +0000)
the version from ports

PR: 215159
Reported by: Anatoly Kamchatnov <akamch@gmail.com>
MFC after: 2 days

contrib/groff/contrib/mm/mmroff.pl
contrib/groff/src/utils/afmtodit/afmtodit.pl

index f61daa102bcf4ab4874153a18029972a4e6ad38b..d61fae8f9c36a15f02d6d1af077f657387fa48d9 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#! /usr/bin/env perl
 
 use strict;
 # runs groff in safe mode, that seems to be the default
index 0ff85de2ae93f041c75cbdeec3006e1577c2e3e1..a0c056ed20a592ac539d20857524f9f6910aa7ca 100644 (file)
@@ -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.