From owner-freebsd-questions Fri Dec 25 13:13:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA04115 for freebsd-questions-outgoing; Fri, 25 Dec 1998 13:13:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from diamond.gpad.ac.ru (diamond.gpad.ac.ru [193.233.9.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA04104; Fri, 25 Dec 1998 13:13:00 -0800 (PST) (envelope-from demon@gpad.ac.ru) Received: (from demon@localhost) by diamond.gpad.ac.ru (8.9.1/8.9.1) id AAA03104; Sat, 26 Dec 1998 00:12:25 +0300 (MSK) Date: Sat, 26 Dec 1998 00:12:25 +0300 (MSK) From: Dima Sivachenko Message-Id: <199812252112.AAA03104@diamond.gpad.ac.ru> To: ports@FreeBSD.ORG Subject: Question about porting... Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! I am about to make a port of one program, written in perl. But the first line of this program looks strange: #!/Smth strange/perl So I want to make a patch to fix this. But the path of `perl' is different on different FreeBSD versions: /usr/local/bin on 2.2.7 and /usr/bin on 3.0 due to 3.0 is already shipped with perl5 rather than perl4. How should I determine the actial path of perl5 in Makefile of my port? Thank you in advance, Dima Sivachenko. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message