ports/56101: devel/p5-IPC-RUN checks for IO/Handle.pm in the wrong place?

Fernan Aguero fernan at iib.unsam.edu.ar
Thu Aug 28 21:06:01 UTC 2003


For some reason, send-pr omitted the diff included with -a
... here it is.

I've checked it and it works for me (Perl 5.6.1). Don't know
if IO/Handle.pm should be looked here for other Perl
versions, or for the port-installed IO/Handle.pm.

Fernan

-- 
F e r n a n   A g u e r o
http://genoma.unsam.edu.ar/~fernan
-------------- next part --------------
--- Makefile.orig	Sat Mar  8 01:03:51 2003
+++ Makefile	Thu Aug 28 17:58:36 2003
@@ -16,7 +16,7 @@
 COMMENT=	IPC::Run - Run subprocesses with piping and redirection
 
 BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
-		${SITE_PERL}/${PERL_ARCH}/IO/Handle.pm:${PORTSDIR}/devel/p5-IO \
+		${PREFIX}/lib/perl5/${PERL_VERSION}/${PERL_ARCH}/IO/Handle.pm:${PORTSDIR}/devel/p5-IO \
 		${SITE_PERL}/${PERL_ARCH}/IO/Tty.pm:${PORTSDIR}/devel/p5-IO-Tty
 RUN_DEPENDS=	${BUILD_DEPENDS}
 


More information about the freebsd-ports-bugs mailing list