aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/linux-netscape6/Makefile2
-rw-r--r--www/netscape7/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/www/linux-netscape6/Makefile b/www/linux-netscape6/Makefile
index b78a083c5489..7fec3ce54b69 100644
--- a/www/linux-netscape6/Makefile
+++ b/www/linux-netscape6/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}
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}