diff options
-rw-r--r-- | textproc/texi2html/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index a986449491a..25e0f24b1e2 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/08/27 02:46:07 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2000/09/12 16:52:57 jlam Exp $ # DISTNAME= texi2html @@ -10,6 +10,8 @@ EXTRACT_SUFX= .shar.Z MAINTAINER= tv@netbsd.org HOMEPAGE= http://wwwcn1.cern.ch/dci/texi2html/ +CONFLICTS= teTeX-bin-1.0 teTeX-bin-1.0.[1234567] + USE_PERL5= # defined EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} |