From: Carlo Segre <segre@debian.org>
Date: Wed, 29 Jul 2026 11:10:58 +0200
Subject: move files from /usr/local

This patch set moves files from /usr/local to the standard Debian
location in /usr.
---
 makehtml     | 2 +-
 maketex      | 2 +-
 src/grgfil.f | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/makehtml b/makehtml
index 2222600..08d0494 100755
--- a/makehtml
+++ b/makehtml
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 $, = ' ';		# set output field separator
 $\ = "\n";		# set output record separator
diff --git a/maketex b/maketex
index 8c053cb..87ee233 100755
--- a/maketex
+++ b/maketex
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 $, = ' ';		# set output field separator
 $\ = "\n";		# set output record separator
diff --git a/src/grgfil.f b/src/grgfil.f
index 9d9c5aa..02420c3 100644
--- a/src/grgfil.f
+++ b/src/grgfil.f
@@ -26,7 +26,7 @@ C--
 C  2-Dec-1994 - new routine [TJP].
 C-----------------------------------------------------------------------
       CHARACTER*(*) DEFDIR, DEFFNT, DEFRGB
-      PARAMETER  (DEFDIR='/usr/local/pgplot/')
+      PARAMETER  (DEFDIR='/usr/lib/pgplot5/')
       PARAMETER  (DEFFNT='grfont.dat')
       PARAMETER  (DEFRGB='rgb.txt')
       CHARACTER*255 FF
