diff options
author | cjep <cjep@pkgsrc.org> | 2002-12-23 16:10:59 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-12-23 16:10:59 +0000 |
commit | 185d833afc160ce6e5bdaeeb5799867468f9eaf8 (patch) | |
tree | 3dbdea691dd941cceb7fb46bba01cc0c1c777438 | |
parent | 028534a47d30be8f565de463f38d2c3a8764e4e2 (diff) | |
download | pkgsrc-185d833afc160ce6e5bdaeeb5799867468f9eaf8.tar.gz |
Whitespace fixes in Makefile. Standardise MESSAGE file.
-rw-r--r-- | www/phoenix/MESSAGE | 5 | ||||
-rw-r--r-- | www/phoenix/Makefile | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/www/phoenix/MESSAGE b/www/phoenix/MESSAGE index 5b92aa9b444..83e0108566f 100644 --- a/www/phoenix/MESSAGE +++ b/www/phoenix/MESSAGE @@ -1,6 +1,11 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.3 2002/12/23 16:10:59 cjep Exp $ + PLEASE NOTE: You should create a new profile for Phoenix 0.5. To create a new profile, start Phoenix by running phoenix -ProfileManager and click on the "Create Profile" button. If you don't want to delete your old profile and are willing to incur the risk of new bugs, you should at least delete your profile's downloads.rdf file. + +=========================================================================== diff --git a/www/phoenix/Makefile b/www/phoenix/Makefile index 92fd0a0ee51..6177dcb0017 100644 --- a/www/phoenix/Makefile +++ b/www/phoenix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/12/10 16:02:38 taya Exp $ +# $NetBSD: Makefile,v 1.4 2002/12/23 16:10:59 cjep Exp $ MOZILLA= phoenix MOZILLA_BIN= phoenix-bin @@ -10,8 +10,8 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} HOMEPAGE= http://www.mozilla.org/projects/phoenix/ COMMENT= A redesign of the Mozilla browser component -CONFIGURE_ENV+= MOZ_PHOENIX=1 -MAKE_ENV+= MOZ_PHOENIX=1 +CONFIGURE_ENV+= MOZ_PHOENIX=1 +MAKE_ENV+= MOZ_PHOENIX=1 CONFIGURE_ARGS+= --disable-mailnews CONFIGURE_ARGS+= --disable-composer |