aboutsummaryrefslogtreecommitdiff
path: root/textproc/texi2html/Makefile
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2009-07-14 11:55:44 +0000
committerPeter Pentchev <roam@FreeBSD.org>2009-07-14 11:55:44 +0000
commitbe547a74117192e41c648d6131ab111e06111fc1 (patch)
tree59824937acc9647593f03e6876c959bac2556c51 /textproc/texi2html/Makefile
parent0aeb4509ee12405a1150cfc9d1d05839fac1c4b6 (diff)
downloadports-be547a74117192e41c648d6131ab111e06111fc1.tar.gz
ports-be547a74117192e41c648d6131ab111e06111fc1.zip
Update the texi2html port to version 1.82, largely based on
Pietro Cerutti's patch from the PR, but preserving the support for a user-specified PROGRAM_PREFIX to keep PR 62607 still fixed :) - update to 1.82 - support NOPORTDOCS properly - fix DOCSDIR - use the Savannah MASTER_SITES now that we're using a stock upstream version While I'm here, refresh the single patch and add a descriptive comment. PR: 136303 Submitted by: gahr
Notes
Notes: svn path=/head/; revision=237773
Diffstat (limited to 'textproc/texi2html/Makefile')
-rw-r--r--textproc/texi2html/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile
index 12f187ee7e77..952e1be01e72 100644
--- a/textproc/texi2html/Makefile
+++ b/textproc/texi2html/Makefile
@@ -6,12 +6,11 @@
#
PORTNAME= texi2html
-PORTVERSION= 1.76
-PORTREVISION= 1
+PORTVERSION= 1.82
PORTEPOCH= 1
CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= hrs
+MASTER_SITES= ${MASTER_SITE_SAVANNAH}
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= roam@FreeBSD.org
COMMENT= Texinfo to HTML converter
@@ -39,7 +38,9 @@ pre-everything::
@${ECHO} ""
post-patch:
- sleep 2
${TOUCH} ${WRKSRC}/translations.pl
+.if defined(NOPORTDOCS)
+ ${REINPLACE_CMD} -e 's| install-texinfohtmlDATA||g' ${WRKSRC}/doc/Makefile.in
+.endif
.include <bsd.port.mk>