diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-01-08 14:44:24 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-01-08 14:44:24 +0800 |
commit | 4d0f092e215fb6e734f5410676ae72236be9ef9c (patch) | |
tree | fb5d6e35932142b71e7f849c67261be0796f9403 /mail/p5-Mail-Tools | |
parent | a22ab55b6c5e071e5bbb92bcc57237ac25a7d5bd (diff) | |
download | freebsd-ports-gnome-4d0f092e215fb6e734f5410676ae72236be9ef9c.tar.gz freebsd-ports-gnome-4d0f092e215fb6e734f5410676ae72236be9ef9c.tar.zst freebsd-ports-gnome-4d0f092e215fb6e734f5410676ae72236be9ef9c.zip |
Use $PERL_CONFIGURE.
Diffstat (limited to 'mail/p5-Mail-Tools')
-rw-r--r-- | mail/p5-Mail-Tools/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/p5-Mail-Tools/Makefile b/mail/p5-Mail-Tools/Makefile index 1f67f860f3fd..d79bc886e81e 100644 --- a/mail/p5-Mail-Tools/Makefile +++ b/mail/p5-Mail-Tools/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSD RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Domain.pm:${PORTSDIR}/net/p5-Net -USE_PERL5= yes +PERL_CONFIGURE= yes MAN3= Mail::Address.3 \ Mail::Cap.3 \ @@ -35,7 +35,4 @@ MAN3= Mail::Address.3 \ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> |