diff options
author | asami <asami@FreeBSD.org> | 2000-11-14 01:22:05 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-14 01:22:05 +0000 |
commit | 226fa3120bdc9cd81b084b0995ee550f61abb8c1 (patch) | |
tree | 854125674319561f50cfc90a1b8f22877276574b /news/p5-News-Article | |
parent | cc084f4083a77f5f1291c7e64df53e4bda46abe0 (diff) | |
download | FreeBSD-ports-226fa3120bdc9cd81b084b0995ee550f61abb8c1.zip FreeBSD-ports-226fa3120bdc9cd81b084b0995ee550f61abb8c1.tar.gz |
Fix path to one of p5-Net files.
Submitted by: bento
Diffstat (limited to 'news/p5-News-Article')
-rw-r--r-- | news/p5-News-Article/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/p5-News-Article/Makefile b/news/p5-News-Article/Makefile index a0748e4..89cd6e2 100644 --- a/news/p5-News-Article/Makefile +++ b/news/p5-News-Article/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= croyle@gelemna.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \ + ${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 USE_PERL5= yes |