summaryrefslogtreecommitdiff
path: root/devel/cvs
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>1999-11-03 22:42:46 +0000
committerjwise <jwise@pkgsrc.org>1999-11-03 22:42:46 +0000
commit1d4db4d3ab3e1b10aa937e433897935f14df5956 (patch)
treefd97d685823377bddf348a3b32e495003e1f55f7 /devel/cvs
parentdb41c89aa1c8a9fa1bd0e5e1cbb733595f4815ff (diff)
downloadpkgsrc-1d4db4d3ab3e1b10aa937e433897935f14df5956.tar.gz
Fix PR_PROGRAM in diff/Makefile.in, so cvs diff can find /usr/bin/pr. Not
noticed before, because pr is only execed if the somewhat obscure --paginate option is used.
Diffstat (limited to 'devel/cvs')
-rw-r--r--devel/cvs/files/patch-sum3
-rw-r--r--devel/cvs/patches/patch-ax11
2 files changed, 13 insertions, 1 deletions
diff --git a/devel/cvs/files/patch-sum b/devel/cvs/files/patch-sum
index c8d43c39eb5..76e0e506f8b 100644
--- a/devel/cvs/files/patch-sum
+++ b/devel/cvs/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.2 1999/08/18 21:58:57 thorpej Exp $
+$NetBSD: patch-sum,v 1.3 1999/11/03 22:42:46 jwise Exp $
MD5 (patch-aa) = 5849cf99985eeb67db5f9f69e69e8fd5
MD5 (patch-ab) = 152906e7f3605dabf55aeedd9af72cce
@@ -19,3 +19,4 @@ MD5 (patch-at) = 0891e77ee194454422e366555abc157d
MD5 (patch-au) = c29d29e86268d86449cb445a8ad909c5
MD5 (patch-av) = aa1e487ab05bbd1731fbe130a207c262
MD5 (patch-aw) = 416b5efeebb6064d5c85ac161452a12d
+MD5 (patch-ax) = 1f5eccc22dcd87fa5617fd03bc7f9260
diff --git a/devel/cvs/patches/patch-ax b/devel/cvs/patches/patch-ax
new file mode 100644
index 00000000000..06dd6e5c512
--- /dev/null
+++ b/devel/cvs/patches/patch-ax
@@ -0,0 +1,11 @@
+--- diff/Makefile.in.orig Tue Nov 2 20:08:02 1999
++++ diff/Makefile.in Tue Nov 2 20:07:31 1999
+@@ -35,7 +35,7 @@
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+
+-PR_PROGRAM = /bin/pr
++PR_PROGRAM = /usr/bin/pr
+
+ #### End of system configuration section. ####
+