aboutsummaryrefslogtreecommitdiff
path: root/news/p5-News-Article
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 /news/p5-News-Article
parent386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff)
downloadports-c634b4bb839753aec2ae1040e2c80a5282402cb8.tar.gz
ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.zip
utilize SITE_PERL
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes
Notes: svn path=/head/; revision=92059
Diffstat (limited to 'news/p5-News-Article')
-rw-r--r--news/p5-News-Article/Makefile5
-rw-r--r--news/p5-News-Article/pkg-plist16
2 files changed, 10 insertions, 11 deletions
diff --git a/news/p5-News-Article/Makefile b/news/p5-News-Article/Makefile
index 805b2ccc064f..2205b021394b 100644
--- a/news/p5-News-Article/Makefile
+++ b/news/p5-News-Article/Makefile
@@ -15,13 +15,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@freebsd.org
COMMENT= Object for handling Usenet articles in mail or news form
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/PGP/Sign.pm:${PORTSDIR}/security/p5-PGP-Sign
+RUN_DEPENDS= ${SITE_PERL}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \
+ ${SITE_PERL}/PGP/Sign.pm:${PORTSDIR}/security/p5-PGP-Sign
PERL_CONFIGURE= yes
MAN3= News::Article.3 News::AutoReply.3 News::FormArticle.3 \
News::FormReply.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
diff --git a/news/p5-News-Article/pkg-plist b/news/p5-News-Article/pkg-plist
index dc1393795b21..6825491b9154 100644
--- a/news/p5-News-Article/pkg-plist
+++ b/news/p5-News-Article/pkg-plist
@@ -1,8 +1,8 @@
-lib/perl5/site_perl/%%PERL_VER%%/News/Article.pm
-lib/perl5/site_perl/%%PERL_VER%%/News/AutoReply.pm
-lib/perl5/site_perl/%%PERL_VER%%/News/FormArticle.pm
-lib/perl5/site_perl/%%PERL_VER%%/News/FormReply.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/News/Article/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/News/Article
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/News 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/News 2>/dev/null || true
+%%SITE_PERL%%/News/Article.pm
+%%SITE_PERL%%/News/AutoReply.pm
+%%SITE_PERL%%/News/FormArticle.pm
+%%SITE_PERL%%/News/FormReply.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/News/Article/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/News/Article
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/News 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/News 2>/dev/null || true