aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Tools
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-01 06:39:18 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-01 06:39:18 +0000
commit68c2f99c6300bc38a37eb3a8292b562cc2d8952b (patch)
tree0898749bb767b388765958548da12c5b50b3825d /mail/p5-Mail-Tools
parent031bd55ed2b892d722ffdba72b339be33879e047 (diff)
downloadports-68c2f99c6300bc38a37eb3a8292b562cc2d8952b.tar.gz
ports-68c2f99c6300bc38a37eb3a8292b562cc2d8952b.zip
Notes
Diffstat (limited to 'mail/p5-Mail-Tools')
-rw-r--r--mail/p5-Mail-Tools/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/p5-Mail-Tools/Makefile b/mail/p5-Mail-Tools/Makefile
index 82aa632f221c..83ff4e3c1b19 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>