diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-08-24 21:32:55 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-08-24 21:32:55 +0000 |
commit | 2835757114bfcb81f5118da55d313b8b27d29a8a (patch) | |
tree | f8806a8994b3c8c3590caae2cd5d43ae5459114e /mail | |
parent | fac88ab9a70af5389d76248602030bbec53a7756 (diff) |
Remove redundant USE_PERL5 statements.
Notes
Notes:
svn path=/head/; revision=46821
Diffstat (limited to 'mail')
-rw-r--r-- | mail/grepmail/Makefile | 1 | ||||
-rw-r--r-- | mail/p5-Mail-ListDetector/Makefile | 1 | ||||
-rw-r--r-- | mail/p5-Mail-Tools/Makefile | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index cba2d08ee156..718b65177806 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -17,7 +17,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORT RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate PERL_CONFIGURE= yes -USE_PERL5= yes MAN1= grepmail.1 diff --git a/mail/p5-Mail-ListDetector/Makefile b/mail/p5-Mail-ListDetector/Makefile index 159af730df0d..cebc088272c0 100644 --- a/mail/p5-Mail-ListDetector/Makefile +++ b/mail/p5-Mail-ListDetector/Makefile @@ -19,7 +19,6 @@ BUILD_DEPENDS= ${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PERL5= yes SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} PERL_CONFIGURE= yes diff --git a/mail/p5-Mail-Tools/Makefile b/mail/p5-Mail-Tools/Makefile index b124e6399df9..18ca7ae9b9e2 100644 --- a/mail/p5-Mail-Tools/Makefile +++ b/mail/p5-Mail-Tools/Makefile @@ -17,8 +17,6 @@ MAINTAINER= kuriyama@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net -USE_PERL5= yes - PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |