diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/apache/Makefile | 5 | ||||
-rw-r--r-- | www/p5-libwww/Makefile | 19 | ||||
-rw-r--r-- | www/weblint/Makefile | 6 | ||||
-rw-r--r-- | www/wwwoffle/Makefile | 6 |
4 files changed, 5 insertions, 31 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index f3c9c8e6b28..b869e4fb4f6 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/06/06 23:48:20 tv Exp $ +# $NetBSD: Makefile,v 1.13 1998/06/22 13:14:31 agc Exp $ # DISTNAME= apache_1.3.0 @@ -15,9 +15,6 @@ CONFIGURE_ARGS+=--compat --prefix=${PREFIX}/http --exec-prefix=${PREFIX} \ --enable-module=most --enable-module=auth_db \ --disable-module=auth_dbm --with-perl=${PREFIX}/bin/perl -MAN1= ab.1 apachectl.1 dbmmanage.1 htdigest.1 htpasswd.1 -MAN8= apxs.8 httpd.8 logresolve.8 rotatelogs.8 - # Note that there is NO static compile module hook here. This is intentional. # Under Apache 1.3, modules can be compiled to link dynamically to the server # using the "apxs" program. See apxs(8). 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 diff --git a/www/weblint/Makefile b/www/weblint/Makefile index f60be1173a1..d3dae14bef8 100644 --- a/www/weblint/Makefile +++ b/www/weblint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/05/01 21:37:23 frueauf Exp $ +# $NetBSD: Makefile,v 1.3 1998/06/22 13:14:31 agc Exp $ # FreeBSD Id: Makefile,v 1.8 1997/10/29 17:09:53 max Exp # @@ -8,8 +8,6 @@ MASTER_SITES= ftp://ftp.cre.canon.co.uk/pub/weblint/ MAINTAINER= frueauf@netbsd.org -USE_PERL5= YES - -MAN1= weblint.1 +USE_PERL5= yes .include "../../mk/bsd.pkg.mk" diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index f5d25c366ac..b77b486303d 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/06/06 17:03:58 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/06/22 13:14:31 agc Exp $ DISTNAME= wwwoffle-2.1c CATEGORIES= www @@ -10,10 +10,6 @@ MAINTAINER= magick@bundy.lip.owl.de USE_GMAKE= yes NO_CONFIGURE= yes -MAN1= wwwoffle.1 -MAN5= wwwoffle.conf.5 -MAN8= wwwoffled.8 - post-build: ${SED} s#@PREFIX@#${PREFIX}#g <${FILESDIR}/wwwoffle.sh \ >${WRKDIR}/wwwoffle.sh |