git: 513744adf1 - main - ports.cgi: runs with the default perl from /usr/local/bin/perl
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Jan 2026 17:40:26 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=513744adf18f4a166e91c5517aa8485d0aba5fcb
commit 513744adf18f4a166e91c5517aa8485d0aba5fcb
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2026-01-19 17:38:49 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
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 <wosch@FreeBSD.ORG>