diff options
Diffstat (limited to 'mail/p5-MIME-Tools/Makefile')
-rw-r--r-- | mail/p5-MIME-Tools/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/p5-MIME-Tools/Makefile b/mail/p5-MIME-Tools/Makefile index 88ccc4dcf207..a756088b4bc2 100644 --- a/mail/p5-MIME-Tools/Makefile +++ b/mail/p5-MIME-Tools/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Header.pm:${PORTS ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy -USE_PERL5= YES +PERL_CONFIGURE= YES MAN3= MIME::Entity.3 \ MIME::Decoder::QuotedPrint.3 \ @@ -35,7 +35,4 @@ MAN3= MIME::Entity.3 \ MIME::Decoder.3 MIME::Field::ContDisp.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> |