Date: Sun, 27 Jun 1999 13:47:33 +0200 (CEST) From: Johan Karlsson <k@numeri.campus.luth.se> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12410: latex2html port asume perl is in /usr/local/bin Message-ID: <199906271147.NAA68895@numeri.campus.luth.se>
next in thread | raw e-mail | index | archive | help
>Number: 12410 >Category: ports >Synopsis: latex2html port asume perl is in /usr/local/bin >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 27 04:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Johan Karlsson >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: The latex2html port in $(PORTS)/textproc asume that perl is located in /usr/local/bin. head -n 1 `which latex2html` gives #!/usr/local/bin/perl which should be #!/usr/bin/perl on a new system with perl in the base system. I don't know the correct way to fix this. I guess that $(PERL) should be used somehow, but where? >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: 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?199906271147.NAA68895>