$NetBSD: patch-msguntypot,v 1.2 2024/01/29 16:08:20 adam Exp $

Invoke pkgsrc's gettext-tools.

--- msguntypot.orig	2024-01-28 23:39:44.000000000 +0000
+++ msguntypot
@@ -206,7 +206,7 @@ my $pocount = 0;
 while (my $poarg = shift) {
     $pocount ++;
     print wrap_msg(gettext("Handling %s"),$poarg) if $verbose;
-    my $cmd = "msgmerge $msgmergeOpts -o $pofile --silent $poarg $oldfile";
+    my $cmd = "@PREFIX@/bin/msgmerge $msgmergeOpts -o $pofile --silent $poarg $oldfile";
     if (system($cmd)) {
         my $msg = $!;
         unlink ($pofile);
