diff options
-rw-r--r-- | textproc/texi2html/Makefile | 7 | ||||
-rw-r--r-- | textproc/texi2html/distinfo | 9 | ||||
-rw-r--r-- | textproc/texi2html/patches/patch-ad | 13 |
3 files changed, 22 insertions, 7 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index e23449b5ef7..0555598f849 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.32 2010/12/03 12:23:26 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2010/12/27 19:04:49 adam Exp $ DISTNAME= texi2html-5.0 PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://savannah.nongnu.org/download/texi2html/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.nongnu.org/texi2html/ +HOMEPAGE= http://savannah.nongnu.org/projects/texi2html/ COMMENT= Texinfo-to-HTML direct translator LICENSE= gnu-gpl-v2 @@ -19,7 +20,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake perl:run GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} INFO_FILES= yes REPLACE_PERL+= MySimple.pm diff --git a/textproc/texi2html/distinfo b/textproc/texi2html/distinfo index 426e2ca6020..7cb34abccdc 100644 --- a/textproc/texi2html/distinfo +++ b/textproc/texi2html/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.9 2010/12/03 12:23:26 wiz Exp $ +$NetBSD: distinfo,v 1.10 2010/12/27 19:04:49 adam Exp $ -SHA1 (texi2html-5.0.tar.gz) = 79264fccd434b0f1f4398ba69c839cff669226c1 -RMD160 (texi2html-5.0.tar.gz) = e94524216b93093729db0867f14efb3b78113307 -Size (texi2html-5.0.tar.gz) = 23284843 bytes +SHA1 (texi2html-5.0.tar.bz2) = 20072444ce814d0e74fd7e467d1506908f8c889c +RMD160 (texi2html-5.0.tar.bz2) = 193d2ab489e61546100a57943c410deffb8d4c4b +Size (texi2html-5.0.tar.bz2) = 15397249 bytes SHA1 (patch-aa) = 9f1d1cd149b9c5adee08652a5e974e21e9b93f38 SHA1 (patch-ab) = 9da6954e03cb91fb8a51eefed9986e491d134084 SHA1 (patch-ac) = fdccaa8679a2c80b765d89bfe5b966d7527be4fc +SHA1 (patch-ad) = 34d5b7e10e179c65e3ef6bd7dfe4e8cd7a1a6c81 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: |