summaryrefslogtreecommitdiff
path: root/devel/monotone
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-04-14 09:59:54 +0000
committerjmmv <jmmv@pkgsrc.org>2006-04-14 09:59:54 +0000
commit4695233db088f76b2372884a4c558d2fcaefd83c (patch)
treef2fd6675086614aeb296f29aa03901325c4c6f02 /devel/monotone
parent79d624c54ae1e85a5edf9f722b2039fa26bfb699 (diff)
downloadpkgsrc-4695233db088f76b2372884a4c558d2fcaefd83c.tar.gz
Properly fix headers in html files within the html directory.
Diffstat (limited to 'devel/monotone')
-rw-r--r--devel/monotone/distinfo4
-rw-r--r--devel/monotone/patches/patch-aa12
2 files changed, 9 insertions, 7 deletions
diff --git a/devel/monotone/distinfo b/devel/monotone/distinfo
index 566df544732..c959cc6d5cb 100644
--- a/devel/monotone/distinfo
+++ b/devel/monotone/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2006/04/14 08:58:58 jmmv Exp $
+$NetBSD: distinfo,v 1.16 2006/04/14 09:59:54 jmmv Exp $
SHA1 (monotone-0.26.tar.gz) = 5442ad47b010c9f4e2a55429d0e4a7da449e8e52
RMD160 (monotone-0.26.tar.gz) = 0672b7a60392764a46ecc269a2d83a4f6abb4f59
Size (monotone-0.26.tar.gz) = 5630955 bytes
-SHA1 (patch-aa) = 088035e491c3b66fc883204c117486c5d02eb168
+SHA1 (patch-aa) = a7955a83878acb5fb4c4fb9c804222b53cd998c4
diff --git a/devel/monotone/patches/patch-aa b/devel/monotone/patches/patch-aa
index 30269ec874c..8a6a3c1f41d 100644
--- a/devel/monotone/patches/patch-aa
+++ b/devel/monotone/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.6 2006/04/14 08:58:58 jmmv Exp $
+$NetBSD: patch-aa,v 1.7 2006/04/14 09:59:54 jmmv Exp $
--- Makefile.in.orig 2006-04-09 04:46:33.000000000 +0200
+++ Makefile.in
@@ -16,15 +16,17 @@ $NetBSD: patch-aa,v 1.6 2006/04/14 08:58:58 jmmv Exp $
html: monotone.texi version.texi std_hooks.lua texinfo.css
if $(CHECK_SRCDIR_EQ_BUILDDIR); then :; else \
-@@ -8341,8 +8340,9 @@ html: monotone.texi version.texi std_hoo
+@@ -8341,8 +8340,11 @@ html: monotone.texi version.texi std_hoo
cp -r $(srcdir)/figures $@
cp $(srcdir)/texinfo.css $@
makeinfo -I $(srcdir) --number-sections --html --output $@ $<
- perl -i.perlbak -pe 's@<head>@<head>\n<link type="text/css" rel="stylesheet" href="texinfo.css" />@' $@/*.html
- rm -f $@/*.perlbak
-+ cp $@ $@.bak
-+ sed -e 's,<head>,<head><link type="text/css" rel="stylesheet" href="texinfo.css" />,' $@.bak >$@
-+ rm -f $@.bak
++ for f in $@/*.html; do \
++ cp $$f $$f.bak; \
++ sed -e 's,<head>,<head><link type="text/css" rel="stylesheet" href="texinfo.css" />,' $$f.bak >$$f; \
++ rm -f $$f.bak; \
++ done
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: