diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-08-30 19:38:10 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-08-30 19:38:10 +0000 |
commit | dfd75b02eb88c3b9ed47f3d6cfe2471709649825 (patch) | |
tree | dbca65e975b134262b81338eb4d7ceb6b9ce8764 /security/nss | |
parent | bc10a85def848ba02e53b61d47cbdbf0f67ca302 (diff) |
Notes
Diffstat (limited to 'security/nss')
-rw-r--r-- | security/nss/distinfo | 4 | ||||
-rw-r--r-- | security/nss/files/patch-Makefile | 11 |
2 files changed, 6 insertions, 9 deletions
diff --git a/security/nss/distinfo b/security/nss/distinfo index 42311b0ed2e0..799d5e82ad7e 100644 --- a/security/nss/distinfo +++ b/security/nss/distinfo @@ -1,2 +1,2 @@ -MD5 (nss-3.10.tar.gz) = bd58f762f1b352910901f11823e67b97 -SIZE (nss-3.10.tar.gz) = 3622612 +MD5 (nss-3.10.tar.gz) = f0d75d52aff21f88d9c055bdb78f54f8 +SIZE (nss-3.10.tar.gz) = 3622858 diff --git a/security/nss/files/patch-Makefile b/security/nss/files/patch-Makefile index 7d9fe92502a3..af20e9a2a5cd 100644 --- a/security/nss/files/patch-Makefile +++ b/security/nss/files/patch-Makefile @@ -1,14 +1,11 @@ - -$FreeBSD$ - ---- Makefile.orig Sun Jun 3 08:28:18 2001 -+++ Makefile Tue Dec 18 13:54:49 2001 -@@ -72,7 +72,7 @@ +--- Makefile.orig Thu Apr 14 20:28:40 2005 ++++ Makefile Tue Aug 30 15:32:11 2005 +@@ -78,7 +78,7 @@ # (7) Execute "local" rules. (OPTIONAL). # ####################################################################### -nss_build_all: build_coreconf build_nspr build_dbm all -+nss_build_all: build_coreconf build_dbm all ++nss_build_all: build_coreconf all build_coreconf: cd $(CORE_DEPTH)/coreconf ; $(MAKE) |