diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 01:22:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 01:22:05 +0000 |
commit | baf94203edf558daf8e4483ca9dd5a50d9e90581 (patch) | |
tree | c4e6be1a655b971b3a8361bc8572f4a7fa666023 /news/p5-News-Article/Makefile | |
parent | Change "mach" to "${PERL_ARCH}" -- otherwise it won't work with perl (diff) |
Fix path to one of p5-Net files.
Submitted by: bento
Diffstat (limited to '')
-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 a0748e4a0aca..89cd6e23d071 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 |