diff options
Diffstat (limited to 'www/netscape7/Makefile')
-rw-r--r-- | www/netscape7/Makefile | 2 |
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} |