aboutsummaryrefslogtreecommitdiff
path: root/textproc/texi2html/Makefile
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2000-09-28 22:25:07 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2000-09-28 22:25:07 +0000
commitdb9259f58586dffeef7840bf06c8f8ccab04946a (patch)
tree9a114e15fbe24d7631fab2d856e41540344eee44 /textproc/texi2html/Makefile
parent45977e56b528ede968e8f60e445a410df1634eb6 (diff)
downloadports-db9259f58586dffeef7840bf06c8f8ccab04946a.tar.gz
ports-db9259f58586dffeef7840bf06c8f8ccab04946a.zip
Upgrade makedepend to 2000.09.07
Upgrade texi2html to 1.64 Update cgihtml's master site Make Peter Pentchev maintainer. PR: 21456 Submitted by: "Peter Pentchev" <roam@orbitel.bg> (new maintainer) Approved by: Ian Vaudrey <i.vaudrey@bigfoot.com> (old maintainer)
Notes
Notes: svn path=/head/; revision=33234
Diffstat (limited to 'textproc/texi2html/Makefile')
-rw-r--r--textproc/texi2html/Makefile23
1 files changed, 6 insertions, 17 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>