diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-30 21:12:19 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-30 21:12:19 +0000 |
commit | e5b4926ee5423513021dd83e6305cf9fde8b682a (patch) | |
tree | ac25b9d8acd4f0a95e6ff9967cc4a1485b8b542e /mail/p5-Mail-Tools | |
parent | 2266068a7907db6b0a7f7d408d9933f5123a7478 (diff) | |
download | ports-e5b4926ee5423513021dd83e6305cf9fde8b682a.tar.gz ports-e5b4926ee5423513021dd83e6305cf9fde8b682a.zip |
PREFIX->LOCALBASE in *_DEPENDS (Portlint)
Notes
Notes:
svn path=/head/; revision=27157
Diffstat (limited to 'mail/p5-Mail-Tools')
-rw-r--r-- | mail/p5-Mail-Tools/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/p5-Mail-Tools/Makefile b/mail/p5-Mail-Tools/Makefile index 25c0a23ecff6..2484f3780db5 100644 --- a/mail/p5-Mail-Tools/Makefile +++ b/mail/p5-Mail-Tools/Makefile @@ -14,10 +14,10 @@ MASTER_SITE_SUBDIR= Mail MAINTAINER= jfitz@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ - ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/Domain.pm:${PORTSDIR}/net/p5-Net -RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ - ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/Domain.pm:${PORTSDIR}/net/p5-Net +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/Domain.pm:${PORTSDIR}/net/p5-Net +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/Domain.pm:${PORTSDIR}/net/p5-Net USE_PERL5= YES |