aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-Mail-Tools/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-03-31 05:12:19 +0800
committermharo <mharo@FreeBSD.org>2000-03-31 05:12:19 +0800
commitb59f88f1e169bb7f5e58cd7ff2b662865766c4b4 (patch)
tree14ffe4279b8f8b111a05abf7fc47d0fba51b7a30 /mail/p5-Mail-Tools/Makefile
parent3d235b77a10feb60f94687d00c1e81189b8f3472 (diff)
downloadfreebsd-ports-gnome-b59f88f1e169bb7f5e58cd7ff2b662865766c4b4.tar.gz
freebsd-ports-gnome-b59f88f1e169bb7f5e58cd7ff2b662865766c4b4.tar.zst
freebsd-ports-gnome-b59f88f1e169bb7f5e58cd7ff2b662865766c4b4.zip
PREFIX->LOCALBASE in *_DEPENDS (Portlint)
Diffstat (limited to 'mail/p5-Mail-Tools/Makefile')
-rw-r--r--mail/p5-Mail-Tools/Makefile8
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