Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jan 2000 19:13:14 +0300 (MSK)
From:      Dmitry Sivachenko <dima@Chg.RU>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15859: Fix a typo in BUILD_DEPENDS in www/p5-ParallelUA/Makefile
Message-ID:  <200001031613.TAA65250@netserv1.chg.ru>

next in thread | raw e-mail | index | archive | help

>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




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