summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-QuoteWrap/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-24 12:05:09 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-24 12:05:09 +0000
commitc634b4bb839753aec2ae1040e2c80a5282402cb8 (patch)
treed8b3fc97550f860aeb41c57751d2550e9ad6273e /mail/p5-Mail-QuoteWrap/Makefile
parentChange MASTER_SITES to fix fetch (diff)
utilize SITE_PERL
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes
Notes: svn path=/head/; revision=92059
Diffstat (limited to 'mail/p5-Mail-QuoteWrap/Makefile')
-rw-r--r--mail/p5-Mail-QuoteWrap/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/p5-Mail-QuoteWrap/Makefile b/mail/p5-Mail-QuoteWrap/Makefile
index ec1fe7108831..dad16ebbb547 100644
--- a/mail/p5-Mail-QuoteWrap/Makefile
+++ b/mail/p5-Mail-QuoteWrap/Makefile
@@ -17,11 +17,10 @@ EXTRACT_SUFX= .tgz
MAINTAINER= mharo@FreeBSD.org
COMMENT= Provides wrapping functionality for quoted Email and Usenet messages
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Text/Format.pm:${PORTSDIR}/textproc/p5-Text-Format
+BUILD_DEPENDS= ${SITE_PERL}/Text/Format.pm:${PORTSDIR}/textproc/p5-Text-Format
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Mail::QuoteWrap.3
.include <bsd.port.mk>