summaryrefslogtreecommitdiff
path: root/www/netscape7/Makefile
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2002-01-28 15:56:49 +0000
committerBill Fenner <fenner@FreeBSD.org>2002-01-28 15:56:49 +0000
commit0fd229a8ad092feb8c383e7193e3b7a78f4c3c70 (patch)
tree505aebdb9e263934bc7630098e86ff7b8fc37586 /www/netscape7/Makefile
parent- Use the latest patches from www.mutt.org.ua. (diff)
Don't be noisy when work/netscape-installer/xpi/components.conf doesn't
exist yet. Submitted by: distfile survey
Notes
Notes: svn path=/head/; revision=53910
Diffstat (limited to 'www/netscape7/Makefile')
-rw-r--r--www/netscape7/Makefile2
1 files changed, 2 insertions, 0 deletions
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}