diff options
author | tobez <tobez@FreeBSD.org> | 2001-08-25 05:32:55 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-08-25 05:32:55 +0800 |
commit | 59d35cc4e8efa5ea6963997f58691d58420a6f4e (patch) | |
tree | 197b4b6a4b3b326a28909d7514c4c3c89e7d008e /mail/p5-Mail-Tools | |
parent | 062843587cb531242f206c2e2aaf70082f97e302 (diff) | |
download | freebsd-ports-gnome-59d35cc4e8efa5ea6963997f58691d58420a6f4e.tar.gz freebsd-ports-gnome-59d35cc4e8efa5ea6963997f58691d58420a6f4e.tar.zst freebsd-ports-gnome-59d35cc4e8efa5ea6963997f58691d58420a6f4e.zip |
Remove redundant USE_PERL5 statements.
Diffstat (limited to 'mail/p5-Mail-Tools')
-rw-r--r-- | mail/p5-Mail-Tools/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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} |