diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-07-04 16:34:07 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-07-04 16:34:07 +0000 |
commit | 1a1c814e584ec0797facea5df7a360d29aa74c72 (patch) | |
tree | 200a1786f1c9a7e88a8dcfd3f8e2fc87059a3169 /www/linux-mozilla-devel/Makefile | |
parent | Update to 0.9.3 (diff) |
Update to 1.4rc3.
Change the configuration process, so that extraneous files are not
downloaded.
Notes
Notes:
svn path=/head/; revision=84214
Diffstat (limited to 'www/linux-mozilla-devel/Makefile')
-rw-r--r-- | www/linux-mozilla-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/linux-mozilla-devel/Makefile b/www/linux-mozilla-devel/Makefile index 1a3d2c124384..2159017ad39f 100644 --- a/www/linux-mozilla-devel/Makefile +++ b/www/linux-mozilla-devel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= mozilla -PORTVERSION= 1.4b +PORTVERSION= 1.4rc3 CATEGORIES= www linux MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= mozilla/releases/mozilla${PORTVERSION}/linux-xpi @@ -46,9 +46,11 @@ IS_INTERACTIVE= yes pre-everything:: ${MKDIR} ${WRKSRC} +.if !exists(${WRKDIRPREFIX}${.CURDIR}/work/netscape-installer/xpi/components.conf) .if !defined(BATCH) ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure .endif +.endif DISTFILES= browser.xpi \ deflenus.xpi \ inspector.xpi \ |