From ab7b2019a98cb64fb43c00472c3707819eeb5d5a Mon Sep 17 00:00:00 2001 From: leeym Date: Mon, 26 Oct 2009 07:55:37 +0000 Subject: - replace ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm with ${SITE_PERL}/Date/Calc.pm for ${PORTSDIR}/devel/p5-Date-Calc --- mail/p5-Mail-Graph/Makefile | 2 +- mail/pflogstats/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/p5-Mail-Graph/Makefile b/mail/p5-Mail-Graph/Makefile index 72ae875728bb..51b40d6188ab 100644 --- a/mail/p5-Mail-Graph/Makefile +++ b/mail/p5-Mail-Graph/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt \ ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \ ${SITE_PERL}/GD/Text.pm:${PORTSDIR}/graphics/p5-GD-TextUtil \ - ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ + ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/mail/pflogstats/Makefile b/mail/pflogstats/Makefile index 767d5f8525dc..d6f249a8887b 100644 --- a/mail/pflogstats/Makefile +++ b/mail/pflogstats/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.aerasec.de/pub/linux/postfix/pflogsumm/${PORTNAME}/ MAINTAINER= A.J.Caines@halplant.com COMMENT= Postfix Log Statistics Reporter -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ +RUN_DEPENDS= ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ ${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \ ${SITE_PERL}/${PERL_ARCH}/Proc/ProcessTable.pm:${PORTSDIR}/devel/p5-Proc-ProcessTable \ ${SITE_PERL}/Number/Format.pm:${PORTSDIR}/textproc/p5-Number-Format \ -- cgit