diff options
author | hoek <hoek@FreeBSD.org> | 1998-08-16 19:22:30 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-08-16 19:22:30 +0000 |
commit | c95cbbdabde89e091a02d67af28c382e7af17f71 (patch) | |
tree | 0e827cd058d624ab99484901692949709b88b824 /news | |
parent | 4949686b89b821389ce0f0a8efcf962c55506c18 (diff) | |
download | FreeBSD-ports-c95cbbdabde89e091a02d67af28c382e7af17f71.zip FreeBSD-ports-c95cbbdabde89e091a02d67af28c382e7af17f71.tar.gz |
Update for proper perl5 handling.
Submitted by: Don Croyle (ports/7597)
Diffstat (limited to 'news')
-rw-r--r-- | news/p5-News-Article/Makefile | 10 | ||||
-rw-r--r-- | news/p5-News-Article/pkg-plist | 16 |
2 files changed, 11 insertions, 15 deletions
diff --git a/news/p5-News-Article/Makefile b/news/p5-News-Article/Makefile index 635d20e..b087ba9 100644 --- a/news/p5-News-Article/Makefile +++ b/news/p5-News-Article/Makefile @@ -3,7 +3,7 @@ # Date created: January 2, 1998 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/04 14:56:33 mph Exp $ # DISTNAME= News-Article-1.14 @@ -14,15 +14,15 @@ MASTER_SITES= http://www.freebsd.org/~mph/distfiles/ \ MAINTAINER= croyle@gelemna.ft-wayne.in.us -RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ - ${PREFIX}/lib/perl5/site_perl/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \ - ${PREFIX}/lib/perl5/site_perl/PGP/Sign.pm:${PORTSDIR}/security/p5-PGP-Sign +RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ + ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \ + ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/PGP/Sign.pm:${PORTSDIR}/security/p5-PGP-Sign USE_PERL5= yes MAN3= News::Article.3 News::AutoReply.3 News::FormArticle.3 \ News::FormReply.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL diff --git a/news/p5-News-Article/pkg-plist b/news/p5-News-Article/pkg-plist index 27b321b..8866ba9 100644 --- a/news/p5-News-Article/pkg-plist +++ b/news/p5-News-Article/pkg-plist @@ -1,10 +1,6 @@ -lib/perl5/man/man3/News::Article.3.gz -lib/perl5/man/man3/News::AutoReply.3.gz -lib/perl5/man/man3/News::FormArticle.3.gz -lib/perl5/man/man3/News::FormReply.3.gz -lib/perl5/site_perl/News/Article.pm -lib/perl5/site_perl/News/AutoReply.pm -lib/perl5/site_perl/News/FormArticle.pm -lib/perl5/site_perl/News/FormReply.pm -lib/perl5/site_perl/i386-freebsd/auto/News/Article/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/News/Article +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%%/i386-freebsd/auto/News/Article/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/News/Article |