Perl is not available in base fix scripts depending on it to use

the version from ports

PR:		215159
Reported by:	Anatoly Kamchatnov <akamch@gmail.com>
MFC after:	2 days
This commit is contained in:
Baptiste Daroussin 2016-12-10 12:02:32 +00:00
parent e93a36a3cf
commit cd5245e4c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309796
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#! /usr/bin/perl
#! /usr/bin/env perl
use strict;
# runs groff in safe mode, that seems to be the default

View 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.