diff options
author | marcus <marcus@FreeBSD.org> | 2005-08-31 03:38:10 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-08-31 03:38:10 +0800 |
commit | 540d860729701731a0c31389075b3beac99f35fb (patch) | |
tree | 7bb869949af3c1f62b713ee6fedbf57d9a2ca549 /security/nss/files | |
parent | 43badb79776ed890bee69ef534c04656e95db0c8 (diff) | |
download | freebsd-ports-gnome-540d860729701731a0c31389075b3beac99f35fb.tar.gz freebsd-ports-gnome-540d860729701731a0c31389075b3beac99f35fb.tar.zst freebsd-ports-gnome-540d860729701731a0c31389075b3beac99f35fb.zip |
The distfile was rerolled to include a dbm subdirectory (which we no longer
use), and a RELEASE bump. There is no need to reinstall this port if you
already have it installed.
Diffstat (limited to 'security/nss/files')
-rw-r--r-- | security/nss/files/patch-Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
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) |