diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-22 14:09:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-22 14:09:03 +0000 |
commit | 3ef1e38f72362546fb1a6507a9fc5f08702d7819 (patch) | |
tree | 8535e4729cc30b8e32aa7774b4999dc4112ae26d /emulators | |
parent | 4d5e0eb8610e7985ad16cdb6c258b3777dd05929 (diff) | |
download | pkgsrc-3ef1e38f72362546fb1a6507a9fc5f08702d7819.tar.gz |
Add patch to make this look for the generated html pages
in the correct place. Should fix bulk build.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/simulavr/distinfo | 3 | ||||
-rw-r--r-- | emulators/simulavr/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/emulators/simulavr/distinfo b/emulators/simulavr/distinfo index c15a7fe2067..b29d3c65bf6 100644 --- a/emulators/simulavr/distinfo +++ b/emulators/simulavr/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 18:49:20 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/04/22 14:09:03 wiz Exp $ SHA1 (simulavr-0.1.2.1.tar.bz2) = 276580f05ae57523684f6a61528cd3170858a3a4 RMD160 (simulavr-0.1.2.1.tar.bz2) = 0728f35617629c382157f6657b2cf0f7418bd071 Size (simulavr-0.1.2.1.tar.bz2) = 359233 bytes +SHA1 (patch-aa) = 6114d828ed608610a820e6229ef837132e67f642 diff --git a/emulators/simulavr/patches/patch-aa b/emulators/simulavr/patches/patch-aa new file mode 100644 index 00000000000..8f864ef20a6 --- /dev/null +++ b/emulators/simulavr/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2005/04/22 14:09:03 wiz Exp $ + +--- doc/Makefile.in.orig 2004-01-19 00:58:29.000000000 +0100 ++++ doc/Makefile.in +@@ -472,7 +472,7 @@ install-ps: ps $(INSTALL_DOX_PS) + html: $(info_TEXINFOS) $(TARGET_DOX_HTML) + mkdir -p html + texi2html -split_node $(srcdir)/$(info_TEXINFOS) +- mv *.html html ++ mv simulavr/*.html html + if test -f html/simulavr.html ; then \ + cp html/simulavr.html html/index.html ; \ + else \ |