diff options
author | rh <rh@pkgsrc.org> | 2002-10-16 04:46:30 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-10-16 04:46:30 +0000 |
commit | 7e649b65329cfe89fe43a142d3b6b2fcc3fbdde4 (patch) | |
tree | bf01d7df437f8d2464374ce330fc1b9da1fb7148 /devel/papaya/patches | |
parent | cdb62dcedb24bde7d09bc4800184454fe464c147 (diff) | |
download | pkgsrc-7e649b65329cfe89fe43a142d3b6b2fcc3fbdde4.tar.gz |
Initial import of papaya-0.1.7, a set of scripts for software development.
Diffstat (limited to 'devel/papaya/patches')
-rw-r--r-- | devel/papaya/patches/patch-aa | 13 | ||||
-rw-r--r-- | devel/papaya/patches/patch-ab | 13 | ||||
-rw-r--r-- | devel/papaya/patches/patch-ac | 15 |
3 files changed, 41 insertions, 0 deletions
diff --git a/devel/papaya/patches/patch-aa b/devel/papaya/patches/patch-aa new file mode 100644 index 00000000000..3405b5c9b89 --- /dev/null +++ b/devel/papaya/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/10/16 04:46:31 rh Exp $ + +--- doc/Makefile.in.orig Fri Oct 4 14:13:33 2002 ++++ doc/Makefile.in +@@ -95,7 +95,7 @@ info_TEXINFOS = papaya.texinfo + + papaya_files = + +-htmldir = $(prefix)/doc/papaya ++htmldir = $(prefix)/share/doc/papaya + html_DATA = ./html/papaya.html + + CLEANFILES = ./html/* diff --git a/devel/papaya/patches/patch-ab b/devel/papaya/patches/patch-ab new file mode 100644 index 00000000000..f64e23d175e --- /dev/null +++ b/devel/papaya/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2002/10/16 04:46:31 rh Exp $ + +--- lib/Makefile.in.orig Fri Oct 4 14:13:33 2002 ++++ lib/Makefile.in +@@ -91,7 +91,7 @@ sh_command = @sh_command@ + tar_command = @tar_command@ + texi2html_command = @texi2html_command@ + +-swlibdir = $(libdir) ++swlibdir = $(libexecdir) + swlib_SCRIPTS = papaya-lib.sh papaya-lib.pl + subdir = lib + mkinstalldirs = $(SHELL) $(top_srcdir)/./misc/mkinstalldirs diff --git a/devel/papaya/patches/patch-ac b/devel/papaya/patches/patch-ac new file mode 100644 index 00000000000..a7981400f48 --- /dev/null +++ b/devel/papaya/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1.1.1 2002/10/16 04:46:31 rh Exp $ + +--- doc/papaya.info.orig Sat Jan 12 17:24:45 2002 ++++ doc/papaya.info +@@ -20,6 +20,10 @@ permission notice identical to this one. + manual into another language, under the above conditions for modified + versions, except that this permission notice may be stated in a + translation approved by the Foundation. ++INFO-DIR-SECTION Utilities ++START-INFO-DIR-ENTRY ++* papaya: (papaya). The Papaya Utilities ++END-INFO-DIR-ENTRY + + + File: papaya.info, Node: Top, Next: Introduction, Prev: (dir), Up: (dir) |