diff options
-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 |