aboutsummaryrefslogtreecommitdiff
path: root/editors/vilearn/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vilearn/files/patch-aa')
-rw-r--r--editors/vilearn/files/patch-aa26
1 files changed, 26 insertions, 0 deletions
diff --git a/editors/vilearn/files/patch-aa b/editors/vilearn/files/patch-aa
new file mode 100644
index 000000000000..552495ac9e1e
--- /dev/null
+++ b/editors/vilearn/files/patch-aa
@@ -0,0 +1,26 @@
+--- Makefile.orig Fri Dec 12 09:08:12 1997
++++ Makefile Fri Dec 12 09:17:12 1997
+@@ -4,12 +4,12 @@
+
+ # BINDIR is where the vilearn shell script will live. It should be in the
+ # path of new users.
+-BINDIR= /usr/local/bin
++BINDIR= ${PREFIX}/bin
+
+ # MANDIR is the man area where vilearn's man page will be installed. It
+ # should be somewhere that the default man command will search.
+
+-MANDIR= /usr/local/man
++MANDIR= ${PREFIX}/man
+
+ # SEC is the section of the manual that vilearn's man page will be
+ # installed in.
+@@ -18,7 +18,7 @@
+
+ # TUTORIALS is the directory where the master copies of the tutorials
+ # will live.
+-TUTORIALS= /usr/local/lib/vilearn
++TUTORIALS= ${PREFIX}/share/vilearn
+
+ # Shouldn't have to edit below here.
+