diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-18 05:43:17 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-18 05:43:17 +0000 |
commit | 3cbb866591e4a5b8c712327877826fac3ad663db (patch) | |
tree | a5c1f6c882886c6b6b2330ea1f954cf92d134971 /www/seamonkey/files/patch-security::manager::Makefile.in | |
parent | Fix the autogenerated LIB_DEPENDS for TCL. (diff) |
Downgrade to 0.8.1 until numerous reported problems are fixed.
Notes
Notes:
svn path=/head/; revision=42692
Diffstat (limited to 'www/seamonkey/files/patch-security::manager::Makefile.in')
-rw-r--r-- | www/seamonkey/files/patch-security::manager::Makefile.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/seamonkey/files/patch-security::manager::Makefile.in b/www/seamonkey/files/patch-security::manager::Makefile.in deleted file mode 100644 index 6376e8bfa538..000000000000 --- a/www/seamonkey/files/patch-security::manager::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- security/manager/Makefile.in 2001/05/15 08:03:09 1.1 -+++ security/manager/Makefile.in 2001/05/15 08:03:22 -@@ -84,7 +84,7 @@ - cd $(MOZ_BUILD_ROOT)/security/nss; $(MAKE) $(DEFAULT_GMAKE_FLAGS) moz_import - cd $(MOZ_BUILD_ROOT)/security/nss; $(INSTALL) $(DIST)/include $(DIST)/public/dbm - cd $(MOZ_BUILD_ROOT)/security/nss/lib; $(MAKE) $(DEFAULT_GMAKE_FLAGS) -- $(INSTALL) -m 755 $(CORECONF_INSTALL)/lib/$(LOADABLE_ROOT_MODULE) $(DIST)/bin -+# $(INSTALL) -m 755 $(CORECONF_INSTALL)/lib/$(LOADABLE_ROOT_MODULE) $(DIST)/bin - $(MAKE) -C ssl $@ - $(MAKE) -C pki $@ - |