git: 513744adf1 - main - ports.cgi: runs with the default perl from /usr/local/bin/perl
Wolfram Schneider <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=513744adf18f4a166e91c5517aa8485d0aba5fcb commit 513744adf18f4a166e91c5517aa8485d0aba5fcb Author: Wolfram Schneider <[email protected]> AuthorDate: 2026-01-19 17:38:49 +0000 Commit: Wolfram Schneider <[email protected]> CommitDate: 2026-01-19 17:38:49 +0000 ports.cgi: runs with the default perl from /usr/local/bin/perl --- website/content/en/cgi/ports.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/cgi/ports.cgi b/website/content/en/cgi/ports.cgi index 0282c144a2..65f154b080 100755 --- a/website/content/en/cgi/ports.cgi +++ b/website/content/en/cgi/ports.cgi @@ -1,4 +1,4 @@ -#!/usr/bin/perl -T +#!/usr/local/bin/perl -T # # SPDX-License-Identifier: BSD-2-Clause # Copyright (c) 1996-2026 Wolfram Schneider <[email protected]>