diff options
author | S. Davilla <davilla@4pi.com> | 2011-06-11 12:20:56 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2011-06-11 12:21:13 -0400 |
commit | f2784f08026dfec70ba55900fce8556d0da5dbb5 (patch) | |
tree | 9d5a1f98cbac7d45ea860a1b79399b1ff8adda32 /tools/darwin | |
parent | 24fec66d18882a48ecb42ed325e0a39a5a343c7d (diff) |
changed to use our mirrors for libnfs tarball
Diffstat (limited to 'tools/darwin')
-rw-r--r-- | tools/darwin/depends/libnfs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/darwin/depends/libnfs/Makefile b/tools/darwin/depends/libnfs/Makefile index 019bd01e85..62e89b24a6 100644 --- a/tools/darwin/depends/libnfs/Makefile +++ b/tools/darwin/depends/libnfs/Makefile @@ -4,11 +4,9 @@ include ../config.site.mk # lib name, version LIBNAME=libnfs VERSION=0977fbb -SOURCE=Memphiz-$(LIBNAME)-$(VERSION) +SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz -BASE_URL=http://githubredir.debian.net/github/memphiz/libnfs - # configuration settings CONFIGURE=./configure --prefix=$(PREFIX) --without-examples |