diff options
author | adam <adam@pkgsrc.org> | 2010-12-27 19:04:49 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-12-27 19:04:49 +0000 |
commit | e7ab02990c3cf3ad89130c5406feec7e2ae76266 (patch) | |
tree | 14d86e3b6695e271794e3e1cfbf4dea7deff6c6e /textproc/texi2html/patches | |
parent | 97ad6a612b376a58319826a9ff9f59f4b7d5e52c (diff) | |
download | pkgsrc-e7ab02990c3cf3ad89130c5406feec7e2ae76266.tar.gz |
Allow unprivileged build (PR#44241); switched to .tar.bz2 to save 7MB; updated homepage.
Diffstat (limited to 'textproc/texi2html/patches')
-rw-r--r-- | textproc/texi2html/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/texi2html/patches/patch-ad b/textproc/texi2html/patches/patch-ad new file mode 100644 index 00000000000..f4f82406c1a --- /dev/null +++ b/textproc/texi2html/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2010/12/27 19:04:50 adam Exp $ + +--- test/Makefile.in.orig 2010-12-27 18:55:02.000000000 +0000 ++++ test/Makefile.in +@@ -705,7 +705,7 @@ all-checks: check long-check + all-local: + for dir in $(htmlxref_cnf_tests); do \ + $(mkdir_p) $$dir/.texinfo/ ; \ +- ${INSTALL_DATA} $(srcdir)/$$dir/htmlxref.cnf $$dir/.texinfo/ ; \ ++ cp -p $(srcdir)/$$dir/htmlxref.cnf $$dir/.texinfo/ ; \ + done + + clean-local: |