diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-10-09 09:17:47 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-10-09 09:17:47 +0000 |
commit | f8a2d7907d3489685c2cebf626e786143abd99b3 (patch) | |
tree | 2d0c8208d6b91af59e71b409b56731c5ff2e3686 /textproc/texi2html | |
parent | bd23c37d10494f91760f6b838987f9da0d0e68a4 (diff) | |
download | ports-f8a2d7907d3489685c2cebf626e786143abd99b3.tar.gz ports-f8a2d7907d3489685c2cebf626e786143abd99b3.zip |
Notes
Diffstat (limited to 'textproc/texi2html')
-rw-r--r-- | textproc/texi2html/Makefile | 14 | ||||
-rw-r--r-- | textproc/texi2html/distinfo | 2 | ||||
-rw-r--r-- | textproc/texi2html/files/patch-ab | 15 | ||||
-rw-r--r-- | textproc/texi2html/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/texi2html/pkg-plist | 7 |
5 files changed, 21 insertions, 19 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index a2dcca707612..b20ac0d32689 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -6,17 +6,19 @@ # PORTNAME= texi2html -PORTVERSION= 1.64 +PORTVERSION= 1.66 CATEGORIES= textproc -MASTER_SITES= http://www.mathematik.uni-kl.de/~obachman/Texi2html/Distrib/ +MASTER_SITES= http://www.cvshome.org/files/70/10/ MAINTAINER= roam@FreeBSD.org -COMMENT= "Texinfo to HTML converter" +COMMENT= Texinfo to HTML converter -USE_AUTOMAKE= yes -USE_AUTOCONF= yes -GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_AUTOMAKE_VER= 15 +AUTOMAKE_ARGS= -a +USE_GMAKE= yes MAN1= texi2html.1 +INFO= texi2html .include <bsd.port.mk> diff --git a/textproc/texi2html/distinfo b/textproc/texi2html/distinfo index 38415ec12978..1cfd4b4a9730 100644 --- a/textproc/texi2html/distinfo +++ b/textproc/texi2html/distinfo @@ -1 +1 @@ -MD5 (texi2html-1.64.tar.gz) = f0fa30e58ed930431c43a07d907593f5 +MD5 (texi2html-1.66.tar.bz2) = a79b311ac2e4dea779f1b223ea5a1d13 diff --git a/textproc/texi2html/files/patch-ab b/textproc/texi2html/files/patch-ab index 383bcdf5b6bd..a4f4b8f3b39d 100644 --- a/textproc/texi2html/files/patch-ab +++ b/textproc/texi2html/files/patch-ab @@ -1,11 +1,12 @@ ---- Makefile.am.orig Tue Jul 11 13:04:34 2000 -+++ Makefile.am Thu Sep 7 21:52:29 2000 -@@ -8,7 +8,7 @@ - MySimple.pm MySimple.pod version.texi - info_TEXINFOS = texi2html.texi - +--- doc/Makefile.am.orig ++++ doc/Makefile.am +@@ -9,7 +9,7 @@ + CLEANFILES = texi2html.ps texi2html.pdf texi2html.html \ + texi2html.ascii + # -htmldir = $(prefix)/html +htmldir = $(prefix)/share/doc/texi2html html_DATA = texi2html.html - TEXI2HTML = texi2html + # use the script out of the distribution NOT + diff --git a/textproc/texi2html/pkg-descr b/textproc/texi2html/pkg-descr index 55975495d4ae..a23222a71c3b 100644 --- a/textproc/texi2html/pkg-descr +++ b/textproc/texi2html/pkg-descr @@ -5,3 +5,5 @@ commands and runs without problem on big Texinfo files like the GNU Emacs 19 manual. This program is distributed under the GNU General Public License. + +WWW: http://texi2html.cvshome.org/ diff --git a/textproc/texi2html/pkg-plist b/textproc/texi2html/pkg-plist index 189873d338d0..3b60bb5c6aef 100644 --- a/textproc/texi2html/pkg-plist +++ b/textproc/texi2html/pkg-plist @@ -1,6 +1,3 @@ bin/texi2html -@unexec install-info --delete %D/info/texi2html.info %D/info/dir -info/texi2html.info -@exec install-info %D/info/texi2html.info %D/info/dir -share/doc/texi2html/texi2html.html -@dirrm share/doc/texi2html +%%DOCSDIR%%/texi2html.html +@dirrm %%DOCSDIR%% |