git: f0fb0fcfbfdf - main - graphics/xsane: Fix typo in pkg-message.in

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Mon, 17 Mar 2025 18:20:58 UTC
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f0fb0fcfbfdf8d8ea6f1f8312437cd4c25f025a3

commit f0fb0fcfbfdf8d8ea6f1f8312437cd4c25f025a3
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2025-03-17 18:17:21 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-03-17 18:20:51 +0000

    graphics/xsane: Fix typo in pkg-message.in
    
    %LOCALBASE%% → %%LOCALBASE%%
    
    PR:             259747
    Reported by:    Chad Jacob Milios <milios@ccsys.com> (via email)
    Fixes:          a01abc9d5520 (Fix GIMP plugin install instructions)
---
 graphics/xsane/files/pkg-message.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/xsane/files/pkg-message.in b/graphics/xsane/files/pkg-message.in
index 62eab4f6d1bd..e57d45d5cd8c 100644
--- a/graphics/xsane/files/pkg-message.in
+++ b/graphics/xsane/files/pkg-message.in
@@ -3,7 +3,7 @@
   message: <<EOM
 To install XSane as a GIMP plug-in, please type the following from a /bin/sh shell:
 
-    cd ~/.config/GIMP && for i in *; { ln -sf %LOCALBASE%%/bin/xsane "$i/plug-ins/xsane"; }
+    cd ~/.config/GIMP && for i in *; { ln -sf %%LOCALBASE%%/bin/xsane "$i/plug-ins/xsane"; }
 
 Then run the GIMP, and a new "XSane" menu item should appear in the
 "File -> Create" menu.