Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 2002 11:50:03 -0700 (PDT)
From:      Amar Takhar <verm@drunkmonk.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/40913: fix port: cad/pcb
Message-ID:  <200207251850.g6PIo3dq013300@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/40913; it has been noted by GNATS.

From: Amar Takhar <verm@drunkmonk.net>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org
Cc:  
Subject: Re: ports/40913: fix port: cad/pcb
Date: Thu, 25 Jul 2002 12:47:58 -0600

 doh, when i sent this in i didn't know i hadn't installed texi2html!  After
 trying it again i saw where it was broken, the following patch fixes the error,
 also in the Makefile index.html needs to be removed, and from pkg-plist.
 
 
 amar.
 
 --- doc/Imakefile.orig	Wed May 13 06:29:09 1998
 +++ doc/Imakefile	Thu Jul 25 14:37:58 2002
 @@ -58,8 +58,7 @@
  
  pcb.html: pcb.texi
  	@echo "creating $@ file"
 -	@texi2html -glossary -menu pcb.texi
 -	@mv pcb_toc.html index.html
 +	@texi2html -menu pcb.texi
  
  refcard.tex: refcard.tex.raw sed.script
  	@echo "creating refcard.tex from raw file"

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207251850.g6PIo3dq013300>