diff options
Diffstat (limited to 'mail/p5-Mail-Tools/Makefile')
-rw-r--r-- | mail/p5-Mail-Tools/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/p5-Mail-Tools/Makefile b/mail/p5-Mail-Tools/Makefile index 82aa632..83ff4e3 100644 --- a/mail/p5-Mail-Tools/Makefile +++ b/mail/p5-Mail-Tools/Makefile @@ -10,8 +10,8 @@ PORTVERSION= 1.15 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail -DISTNAME= MailTools-${PORTVERSION} PKGNAMEPREFIX= p5- +DISTNAME= MailTools-${PORTVERSION} MAINTAINER= kuriyama@FreeBSD.org @@ -22,6 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSDIR PERL_CONFIGURE= yes +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Mail::Address.3 \ Mail::Cap.3 \ Mail::Field.3 \ @@ -33,6 +34,4 @@ MAN3= Mail::Address.3 \ Mail::Send.3 \ Mail::Util.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - .include <bsd.port.mk> |