diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-01-19 13:18:54 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-01-19 13:18:54 +0000 |
commit | a87aa9a000f2037330c6be5b21cdc8e7161e32c5 (patch) | |
tree | e06b8056eca704975e74aeb429aedd89267c56a7 /textproc/texi2html/Makefile | |
parent | 494c7832a7f149f6cbc18b5824f3126e901d35ae (diff) | |
download | ports-a87aa9a000f2037330c6be5b21cdc8e7161e32c5.tar.gz ports-a87aa9a000f2037330c6be5b21cdc8e7161e32c5.zip |
Notes
Diffstat (limited to 'textproc/texi2html/Makefile')
-rw-r--r-- | textproc/texi2html/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index 87ae67803707..bc78cc814931 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -1,16 +1,15 @@ # New ports collection makefile for: texi2html -# Version required: 1.51 +# Version required: 1.52 # Date created: 5 Nov 1997 # Whom: Ian Vaudrey <i.vaudrey@bigfoot.com> # -# $Id: Makefile,v 1.1.1.1 1997/11/17 17:57:55 max Exp $ +# $Id: Makefile,v 1.2 1997/12/15 05:50:39 max Exp $ # DISTNAME= texi2html -PKGNAME= texi2html-1.51 +PKGNAME= texi2html-1.52 CATEGORIES= textproc -MASTER_SITES= http://wwwcn.cern.ch/dci/texi2html/ \ - ftp://ftp.scc.ru/pub/unix/ +MASTER_SITES= http://wwwcn.cern.ch/dci/texi2html/ EXTRACT_SUFX= .shar.Z MAINTAINER= i.vaudrey@bigfoot.com @@ -25,7 +24,7 @@ NO_BUILD= yes MAN1= texi2html.1 post-extract: - @cd ${WRKSRC}; split -l 1881 texi2html texi2html. + @cd ${WRKSRC}; split -l 1940 texi2html texi2html. do-install: ${INSTALL_SCRIPT} ${WRKDIR}/texi2html.aa ${PREFIX}/bin/texi2html |