From 2dc454fcd232efa9b7e9fc6030eb8be5f7d3a175 Mon Sep 17 00:00:00 2001 From: fenner Date: Mon, 28 Jan 2002 15:56:49 +0000 Subject: Don't be noisy when work/netscape-installer/xpi/components.conf doesn't exist yet. Submitted by: distfile survey --- www/netscape7/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/netscape7') diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile index b78a083c5489..7fec3ce54b69 100644 --- a/www/netscape7/Makefile +++ b/www/netscape7/Makefile @@ -75,7 +75,9 @@ pre-everything:: ${MKDIR} ${WRKSRC}/bin/plugins ${WRKSRC}/bin/chrome \ ${WRKSRC}/plugins ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure +.if exists(${.CURDIR}/work/${WRKSRC}/components.conf) DISTFILES!=${CAT} ${.CURDIR}/work/${WRKSRC}/components.conf; ${TRUE} +.endif do-extract: .for i in ${DISTFILES} -- cgit