diff options
author | grog <grog@FreeBSD.org> | 2001-01-01 09:32:34 +0800 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2001-01-01 09:32:34 +0800 |
commit | 86ec5331a4aa54ec8f58b2f1bf1b4cca9247e463 (patch) | |
tree | fb1e3198b3600cf92e59b5a4fa2b46536b75923f /textproc/gmat | |
parent | ff8e5d8017d5d9443b4120cbe98d6af012b3a808 (diff) | |
download | freebsd-ports-gnome-86ec5331a4aa54ec8f58b2f1bf1b4cca9247e463.tar.gz freebsd-ports-gnome-86ec5331a4aa54ec8f58b2f1bf1b4cca9247e463.tar.zst freebsd-ports-gnome-86ec5331a4aa54ec8f58b2f1bf1b4cca9247e463.zip |
Modify paths to point to FreeBSD-typical places.
Diffstat (limited to 'textproc/gmat')
-rw-r--r-- | textproc/gmat/files/patch-aa | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/textproc/gmat/files/patch-aa b/textproc/gmat/files/patch-aa new file mode 100644 index 000000000000..45602a744ec9 --- /dev/null +++ b/textproc/gmat/files/patch-aa @@ -0,0 +1,41 @@ +--- Makefile Thu Sep 7 16:29:25 2000 ++++ Makefile Sun Dec 31 16:23:33 2000 +@@ -9,7 +9,7 @@ + # Set PRODROOT to the directory that you want to use as the root of the + # gmat tools tree. Locally, we use "/usr/local/prod". + # +-PRODROOT = /usr/local/prod ++PRODROOT = /usr/local/share/gmat + + # Set BINDIR to the location where you keep non-standard binaries. + # This is where gmat looks for nsgmls, crlf, and gzcat (or zcat) +@@ -23,7 +23,7 @@ + # stretch of versions that cause errors; this version has + # been patched for perl 5.005_3 + # +-PERL5 = /usr/bin/perl ++PERL5 = /usr/bin/perl5 + + # Set DEFAULT_PRINTER to the name of an appropriate printer + # +@@ -56,7 +56,7 @@ + + # Set SOELIMPATHNAME to the path to gsoelim (or soelim) on your system + # +-SOELIMPATHNAME = /usr/bin/gsoelim ++SOELIMPATHNAME = /usr/bin/soelim + + # NOTE!! CHECK macros/tmac.G for some more local variables + # +diff -wur work/gmat-0.2.4/macros/tmac.G working/gmat-0.2.4/macros/tmac.G +--- macros/tmac.G Fri Mar 24 03:42:38 2000 ++++ macros/tmac.G Sun Dec 31 16:13:27 2000 +@@ -25,7 +25,7 @@ + .ds gmat_gmacroff %%BINDIR%%/gmacroff + .\" DEFINE THE FOLLOWING paths for your local environment! + .ds gmat_echo /bin/echo +-.ds gmat_sed /bin/sed ++.ds gmat_sed /usr/bin/sed + .ds gmat_rm /bin/rm + .ds gmat_mv /bin/mv + .\" The following strings set variables to subdirectories of the book |