From owner-freebsd-ports Mon Jan 3 8:20: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EA7C1516C for ; Mon, 3 Jan 2000 08:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA08660; Mon, 3 Jan 2000 08:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id BF679152F8 for ; Mon, 3 Jan 2000 08:13:24 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id TAA65250; Mon, 3 Jan 2000 19:13:14 +0300 (MSK) Message-Id: <200001031613.TAA65250@netserv1.chg.ru> Date: Mon, 3 Jan 2000 19:13:14 +0300 (MSK) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15859: Fix a typo in BUILD_DEPENDS in www/p5-ParallelUA/Makefile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15859 >Category: ports >Synopsis: Fix a typo in BUILD_DEPENDS in www/p5-ParallelUA/Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 3 08:20:03 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: This diff fixes a small typo in the Makefile of www/p5-ParallelUA. It also changes PREFIX-->LOCALBASE in BUILD_DEPENDS to make portlint happy. >How-To-Repeat: >Fix: diff -Nur p5-ParallelUA.old/Makefile p5-ParallelUA/Makefile --- p5-ParallelUA.old/Makefile Tue Aug 31 10:52:12 1999 +++ p5-ParallelUA/Makefile Mon Jan 3 19:09:26 2000 @@ -15,9 +15,9 @@ MAINTAINER= ache@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser USE_PERL5= YES >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message