diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-07-03 06:37:01 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-07-03 06:37:01 +0000 |
commit | 9d2489d5bf2c0be66ec8bcbdda5594297bea03b4 (patch) | |
tree | edda7815457338d46b5de76285704ec794e9fdcb /www/Makefile | |
parent | f8d28d4719d1f0f5f401a404ece17c6de3f85a27 (diff) |
Adding www/mozex & www/mozex-firefox, external programs integration
into Mozilla / Firefox.
The files Makefile.xpi and pkg-install.xpi have been designed to
install any .xpi extension (hopefully).
PR: ports/65589
Notes
Notes:
svn path=/head/; revision=112832
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 9c7305514f37..d005d89a66ac 100644 --- a/www/Makefile +++ b/www/Makefile @@ -316,6 +316,8 @@ SUBDIR += moinmoin SUBDIR += momspider SUBDIR += monkey + SUBDIR += mozex + SUBDIR += mozex-firefox SUBDIR += mozilla SUBDIR += mozilla-bonobo SUBDIR += mozilla-devel |