summaryrefslogtreecommitdiff
path: root/editors/vilearn
diff options
context:
space:
mode:
authorabs <abs>1999-10-29 11:55:14 +0000
committerabs <abs>1999-10-29 11:55:14 +0000
commitdec0fb8d77a33c6d4de8d482f94cbbf00b89629a (patch)
tree7a9e165a9cdafd9bf53ce2b9b5b61f0f318a545c /editors/vilearn
parent0a097c3d8b07e432db9c6861a33fa97928d7c3eb (diff)
downloadpkgsrc-dec0fb8d77a33c6d4de8d482f94cbbf00b89629a.tar.gz
Add patch I missed in first pass (tsk)
Diffstat (limited to 'editors/vilearn')
-rw-r--r--editors/vilearn/files/patch-sum3
-rw-r--r--editors/vilearn/patches/patch-aa28
2 files changed, 31 insertions, 0 deletions
diff --git a/editors/vilearn/files/patch-sum b/editors/vilearn/files/patch-sum
new file mode 100644
index 00000000000..dd8c3bca78e
--- /dev/null
+++ b/editors/vilearn/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1 1999/10/29 11:55:14 abs Exp $
+
+MD5 (patch-aa) = 5155063de0748b249495ae393191237e
diff --git a/editors/vilearn/patches/patch-aa b/editors/vilearn/patches/patch-aa
new file mode 100644
index 00000000000..066e0a2a7f7
--- /dev/null
+++ b/editors/vilearn/patches/patch-aa
@@ -0,0 +1,28 @@
+$NetBSD: patch-aa,v 1.1 1999/10/29 11:55:15 abs Exp $
+
+--- Makefile.orig Fri Oct 29 12:13:10 1999
++++ Makefile Fri Oct 29 12:13:27 1999
+@@ -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.
+