diff options
author | roam <roam@FreeBSD.org> | 2005-02-07 02:42:52 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2005-02-07 02:42:52 +0800 |
commit | 0979aff4b7b91dcdd115d43634744ff3a10b33e8 (patch) | |
tree | d88914b5ef6f1543eb42d1b0f692d0a046c03994 /textproc/texi2html/Makefile | |
parent | 221d542897a4bc57609bb202ca18b9bc20bb1d35 (diff) | |
download | freebsd-ports-gnome-0979aff4b7b91dcdd115d43634744ff3a10b33e8.tar.gz freebsd-ports-gnome-0979aff4b7b91dcdd115d43634744ff3a10b33e8.tar.zst freebsd-ports-gnome-0979aff4b7b91dcdd115d43634744ff3a10b33e8.zip |
Update to 1.72.
Submitted by: hrs
Diffstat (limited to 'textproc/texi2html/Makefile')
-rw-r--r-- | textproc/texi2html/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index e05f721eb716..f0fefc480c59 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -6,20 +6,19 @@ # PORTNAME= texi2html -PORTVERSION= 1.66 -PORTREVISION= 3 +PORTVERSION= 1.72 +PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= textproc -MASTER_SITES= http://www.cvshome.org/files/70/10/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= hrs MAINTAINER= roam@FreeBSD.org COMMENT= Texinfo to HTML converter +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-multiplatform USE_PERL5= yes -USE_BZIP2= yes -USE_AUTOMAKE_VER= 15 -USE_AUTOCONF_VER= 253 -AUTOMAKE_ARGS= -a USE_GMAKE= yes PROGRAM_PREFIX?= |