summaryrefslogtreecommitdiff
path: root/www/linux-mozilla/Makefile
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-07-04 18:21:45 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-07-04 18:21:45 +0000
commit35a9e2ac9cbd529d83077170848f47123b97be48 (patch)
tree91f82e2e28978e6bdccb8ce6a80d7bd379ad79f5 /www/linux-mozilla/Makefile
parentUpgrade to version 0.9.14.004. (diff)
Update to 1.4.
Change the configuration process, so that extraneous files are not downloaded.
Notes
Notes: svn path=/head/; revision=84217
Diffstat (limited to 'www/linux-mozilla/Makefile')
-rw-r--r--www/linux-mozilla/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/linux-mozilla/Makefile b/www/linux-mozilla/Makefile
index 38a8ed1f8ea5..42f65f916eaa 100644
--- a/www/linux-mozilla/Makefile
+++ b/www/linux-mozilla/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= mozilla
-PORTVERSION= 1.3.1
+PORTVERSION= 1.4
CATEGORIES= www linux
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= mozilla/releases/mozilla${PORTVERSION}/linux-xpi
@@ -44,9 +44,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 \