From c634b4bb839753aec2ae1040e2c80a5282402cb8 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 24 Oct 2003 12:05:09 +0000 Subject: utilize SITE_PERL PR: 58166 Submitted by: Cheng-Lung Sung --- devel/p5-Exception-Class/Makefile | 7 +++---- devel/p5-Exception-Class/pkg-plist | 10 +++++----- 2 files changed, 8 insertions(+), 9 deletions(-) (limited to 'devel/p5-Exception-Class') diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile index 819528419039..d421fab627f6 100644 --- a/devel/p5-Exception-Class/Makefile +++ b/devel/p5-Exception-Class/Makefile @@ -16,19 +16,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= erwin@FreeBSD.org COMMENT= A module that allows you to declare real exception classes in Perl -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Devel/StackTrace.pm:${PORTSDIR}/devel/p5-Devel-StackTrace \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable +BUILD_DEPENDS= ${SITE_PERL}/Devel/StackTrace.pm:${PORTSDIR}/devel/p5-Devel-StackTrace \ + ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Exception::Class.3 .include .if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple .endif .include diff --git a/devel/p5-Exception-Class/pkg-plist b/devel/p5-Exception-Class/pkg-plist index 1fc63a82d8d3..35ae160a4820 100644 --- a/devel/p5-Exception-Class/pkg-plist +++ b/devel/p5-Exception-Class/pkg-plist @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/Exception/Class.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Exception/Class/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Exception -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Exception/Class -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Exception +%%SITE_PERL%%/Exception/Class.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Exception/Class/.packlist +@dirrm %%SITE_PERL%%/Exception +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Exception/Class +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Exception -- cgit v1.2.3