diff options
Diffstat (limited to 'textproc/texi2html')
-rw-r--r-- | textproc/texi2html/Makefile | 23 | ||||
-rw-r--r-- | textproc/texi2html/distinfo | 2 | ||||
-rw-r--r-- | textproc/texi2html/files/patch-ab | 11 | ||||
-rw-r--r-- | textproc/texi2html/pkg-plist | 5 |
4 files changed, 23 insertions, 18 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index ea87acee80fd..e42c5bdbc00b 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -6,27 +6,16 @@ # PORTNAME= texi2html -PORTVERSION= 1.52 +PORTVERSION= 1.64 CATEGORIES= textproc -MASTER_SITES= http://wwwcn.cern.ch/dci/texi2html/ -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .shar.Z +MASTER_SITES= http://www.mathematik.uni-kl.de/~obachman/Texi2html/Distrib/ -MAINTAINER= i.vaudrey@bigfoot.com +MAINTAINER= roam@orbitel.bg -EXTRACT_CMD= uncompress -EXTRACT_BEFORE_ARGS= -c -EXTRACT_AFTER_ARGS= | sh -NO_WRKSUBDIR= yes -NO_BUILD= yes +USE_AUTOMAKE= yes +USE_AUTOCONF= yes +GNU_CONFIGURE= yes MAN1= texi2html.1 -post-extract: - @cd ${WRKSRC}; split -l 1940 texi2html texi2html. - -do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/texi2html.aa ${PREFIX}/bin/texi2html - ${INSTALL_MAN} ${WRKDIR}/texi2html.ab ${PREFIX}/man/man1/${MAN1} - .include <bsd.port.mk> diff --git a/textproc/texi2html/distinfo b/textproc/texi2html/distinfo index 39b95c7bb3bb..38415ec12978 100644 --- a/textproc/texi2html/distinfo +++ b/textproc/texi2html/distinfo @@ -1 +1 @@ -MD5 (texi2html.shar.Z) = a0292ee56320bbbd79afc74555bd69ee +MD5 (texi2html-1.64.tar.gz) = f0fa30e58ed930431c43a07d907593f5 diff --git a/textproc/texi2html/files/patch-ab b/textproc/texi2html/files/patch-ab new file mode 100644 index 000000000000..383bcdf5b6bd --- /dev/null +++ b/textproc/texi2html/files/patch-ab @@ -0,0 +1,11 @@ +--- 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 + +-htmldir = $(prefix)/html ++htmldir = $(prefix)/share/doc/texi2html + html_DATA = texi2html.html + + TEXI2HTML = texi2html diff --git a/textproc/texi2html/pkg-plist b/textproc/texi2html/pkg-plist index 3ed5c653c064..189873d338d0 100644 --- a/textproc/texi2html/pkg-plist +++ b/textproc/texi2html/pkg-plist @@ -1 +1,6 @@ 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 |