diff options
author | agc <agc> | 1998-04-15 10:38:15 +0000 |
---|---|---|
committer | agc <agc> | 1998-04-15 10:38:15 +0000 |
commit | ac377f60df940231df0309c289c7f58ddaea1390 (patch) | |
tree | 35307bbb1d53c1243684aaf33a30be9253e985bc /www | |
parent | de715390eca9ca8d8352dd2715b0b5643f491c9c (diff) | |
download | pkgsrc-ac377f60df940231df0309c289c7f58ddaea1390.tar.gz |
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 4 | ||||
-rw-r--r-- | www/apache/Makefile | 9 | ||||
-rw-r--r-- | www/lynx/Makefile | 10 | ||||
-rw-r--r-- | www/mozilla/Makefile | 9 | ||||
-rw-r--r-- | www/p5-libwww/Makefile | 9 |
5 files changed, 10 insertions, 31 deletions
diff --git a/www/Makefile b/www/Makefile index 38eaddb4148..3f25bb6c526 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/04/09 08:30:17 frueauf Exp $ +# $NetBSD: Makefile,v 1.6 1998/04/15 10:38:51 agc Exp $ # FreeBSD Id: Makefile,v 1.65 1997/11/17 06:31:39 fenner Exp # @@ -54,4 +54,4 @@ # SUBDIR += wwwcount # SUBDIR += wwwstat -.include <bsd.port.subdir.mk> +.include "../mk/bsd.pkg.subdir.mk" diff --git a/www/apache/Makefile b/www/apache/Makefile index 44424decd43..4f25aa7697b 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: apache -# http://www.apache.org -# Version required: 1.3b5 -# Date created: 18 Mar 1998 -# Whom: cjs@netbsd.org # -# $NetBSD: Makefile,v 1.5 1998/03/24 20:34:57 cjs Exp $ +# $NetBSD: Makefile,v 1.6 1998/04/15 10:38:51 agc Exp $ # FreeBSD Id: Makefile,v 1.45 1998/02/25 06:23:55 asami Exp # @@ -90,4 +85,4 @@ do-install: ${INSTALL_DATA} $$file ${CONF_DIR}/$${file}-dist ; \ done -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 9da9ddc769e..93e5bc9123b 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,10 +1,4 @@ -# New ports collection makefile for: lynx -# http://sol.slcc.edu/lynx/current/ -# Version required: 2.8rel2 -# Date created: 15 Dec 1994 -# Whom: ache -# -# $NetBSD: Makefile,v 1.6 1998/03/10 23:03:02 tron Exp $ +# $NetBSD: Makefile,v 1.7 1998/04/15 10:38:51 agc Exp $ # FreeBSD Id: Makefile,v 1.71 1997/11/24 19:35:30 ache Exp # @@ -28,4 +22,4 @@ MAN1= lynx.1 post-install: chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/etc/lynx_help -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index a2dedc0c885..c184f357252 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -1,9 +1,4 @@ -# New packages collection Makefile for: mozilla -# Version required: 5.0b1 (3/31/98) -# Date created: 08 Apr 1998 -# Whom: fvdl -# -# $NetBSD: Makefile,v 1.6 1998/04/11 00:07:21 fvdl Exp $ +# $NetBSD: Makefile,v 1.7 1998/04/15 10:38:52 agc Exp $ # DISTNAME= unix_19980408 @@ -35,4 +30,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/dist/${MOZ_OBJDIR}/bin/*.so* ${MOZ_LIBDIR} ${INSTALL_DATA} ${WRKSRC}/dist/${MOZ_OBJDIR}/lib/*.so* ${MOZ_LIBDIR} -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index f3a5daa3672..3f88cac3d19 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: p5-libwww -# Version required: 5.12 -# Date created: September 30th 1996 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $NetBSD: Makefile,v 1.3 1998/01/24 23:55:00 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:52 agc Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/14 04:00:11 jfitz Exp # @@ -41,4 +36,4 @@ MAN3PREFIX= ${PREFIX}/lib/perl5 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" |