diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-13 18:55:30 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-13 18:55:30 +0000 |
commit | 47741f146a8861c209c770fbe95c00e1120cc01e (patch) | |
tree | c3c1b25aeef9fcc92a07cccf5dd969026871aa68 /mail | |
parent | 63a200e911df48ac9b61795dcf205bb56f77f898 (diff) | |
download | ports-47741f146a8861c209c770fbe95c00e1120cc01e.tar.gz ports-47741f146a8861c209c770fbe95c00e1120cc01e.zip |
Depend on ports/www/p5-libwww rather than ports/www/libwww.
Noticed by: Igor Pokrovsky of comset.net
Also install as fetchyahoo rather than fetchyahoo.pl.
Notes
Notes:
svn path=/head/; revision=91081
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchyahoo/Makefile | 8 |
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} |