aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-10-13 18:55:30 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-10-13 18:55:30 +0000
commit47741f146a8861c209c770fbe95c00e1120cc01e (patch)
treec3c1b25aeef9fcc92a07cccf5dd969026871aa68 /mail
parent63a200e911df48ac9b61795dcf205bb56f77f898 (diff)
downloadports-47741f146a8861c209c770fbe95c00e1120cc01e.tar.gz
ports-47741f146a8861c209c770fbe95c00e1120cc01e.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/fetchyahoo/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/fetchyahoo/Makefile b/mail/fetchyahoo/Makefile
index 9149845c7825..0bdb9939061c 100644
--- a/mail/fetchyahoo/Makefile
+++ b/mail/fetchyahoo/Makefile
@@ -21,8 +21,8 @@ RUN_DEPENDS= \
${SITE_PERL}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/mach/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
- ${LOCALBASE}/include/w3c-libwww/HTANSI.h:${PORTSDIR}/www/libwww \
- ${SITE_PERL}/mach/HTML/Filter.pm:${PORTSDIR}/www/p5-HTML-Parser
+ ${SITE_PERL}/mach/HTML/Filter.pm:${PORTSDIR}/www/p5-HTML-Parser \
+ ${SITE_PERL}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww
DOCS= COPYING ChangeLog Credits INSTALL TODO index.html
MAN1= fetchyahoo.1
@@ -38,7 +38,7 @@ do-patch:
${PERL} -pi -e "s:myhost.com:example:g" ${WRKSRC}/fetchyahoorc
pre-install:
- ${ECHO_CMD} bin/fetchyahoo.pl > ${PLIST}
+ ${ECHO_CMD} bin/fetchyahoo > ${PLIST}
.if !defined(NOPORTDOCS)
${ECHO_CMD} share/examples/fetchyahoo/fetchyahoorc >> ${PLIST}
.for ii in ${DOCS}
@@ -47,7 +47,7 @@ pre-install:
.endif
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/fetchyahoo.pl ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/fetchyahoo.pl ${PREFIX}/bin/fetchyahoo
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} ${EXAMPLESDIR} ${DOCSDIR}