From 821f4bfe1527325c53be4dbf7c0a00aff391e896 Mon Sep 17 00:00:00 2001 From: ijliao Date: Fri, 24 Oct 2003 12:05:09 +0000 Subject: utilize SITE_PERL PR: 58166 Submitted by: Cheng-Lung Sung --- mail/grepmail/Makefile | 4 ++-- mail/grepmail/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'mail/grepmail') diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index 3823e5751ef..d41f496e8cb 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jedgar@FreeBSD.org COMMENT= Search mailboxes for a given regexp and display matching emails -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate +BUILD_DEPENDS= ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate +RUN_DEPENDS= ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate PERL_CONFIGURE= yes USE_REINPLACE= yes diff --git a/mail/grepmail/pkg-plist b/mail/grepmail/pkg-plist index 281cbfa14ff..d4a1e3e833a 100644 --- a/mail/grepmail/pkg-plist +++ b/mail/grepmail/pkg-plist @@ -1,3 +1,3 @@ bin/grepmail -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/grepmail/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/grepmail +%%SITE_PERL%%/%%PERL_ARCH%%/auto/grepmail/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/grepmail -- cgit