diff options
author | agc <agc> | 1998-06-22 12:58:33 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-22 12:58:33 +0000 |
commit | 2a3a9ec9845157197dbf860f341a75e6e46d240e (patch) | |
tree | d4348e0f294c2e984b78663e6958bb9a3bb8fcd8 /www/p5-libwww | |
parent | b7fb421936ca8f551fb2801e9f29ea662560f097 (diff) | |
download | pkgsrc-2a3a9ec9845157197dbf860f341a75e6e46d240e.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'www/p5-libwww')
-rw-r--r-- | www/p5-libwww/Makefile | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 387dfd4a688..4c354f989ce 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/04/24 09:20:37 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/06/22 13:14:31 agc Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/14 04:00:11 jfitz Exp # @@ -16,23 +16,6 @@ BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/MD5.pm:../../security/p5-MD5 \ USE_PERL5= YES -MAN1= lwp-mirror.1 lwp-request.1 lwp-rget.1 lwp-download.1 -MAN3= Bundle::LWP.3 File::CounterFile.3 File::Listing.3 Font::AFM.3 \ - HTML::AsSubs.3 HTML::Element.3 HTML::Entities.3 \ - HTML::FormatPS.3 HTML::FormatText.3 HTML::Formatter.3 \ - HTML::HeadParser.3 HTML::LinkExtor.3 HTML::Parse.3 \ - HTML::Parser.3 HTML::TreeBuilder.3 HTTP::Daemon.3 \ - HTTP::Date.3 HTTP::Headers.3 HTTP::Message.3 HTTP::Negotiate.3 \ - HTTP::Request.3 HTTP::Request::Common.3 HTTP::Response.3 \ - HTTP::Status.3 LWP.3 \ - LWP::Debug.3 LWP::IO.3 LWP::MediaTypes.3 \ - LWP::MemberMixin.3 LWP::Protocol.3 LWP::RobotUA.3 \ - LWP::Simple.3 LWP::Socket.3 LWP::TkIO.3 LWP::UserAgent.3 \ - LWP::SecureSocket.3 \ - URI::Escape.3 URI::URL.3 WWW::RobotRules.3 \ - WWW::RobotRules::AnyDBM_File.3 lwpcook.3 -MAN3PREFIX= ${PREFIX}/lib/perl5 - do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL |