diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-09-10 18:21:05 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-09-10 18:21:05 +0800 |
commit | e847c74978a2257df854f7f5c6d697f698b2b7e0 (patch) | |
tree | 19f054866ce03991328dbdce56eb5c68a78008b9 | |
parent | 05d86282e0e2b491a0488a51668e91ad685ea9ee (diff) | |
download | freebsd-ports-gnome-e847c74978a2257df854f7f5c6d697f698b2b7e0.tar.gz freebsd-ports-gnome-e847c74978a2257df854f7f5c6d697f698b2b7e0.tar.zst freebsd-ports-gnome-e847c74978a2257df854f7f5c6d697f698b2b7e0.zip |
Update cklatest-host. Old one returns permission denied.
-rw-r--r-- | shells/bash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index d933b958e289..f36c8b8a8015 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -118,7 +118,7 @@ cklatest: @${ECHO} -n "Currently at: " @${MAKE} -V PATCHLEVEL -ncftpls \ - ftp://ftp.cwru.edu/pub/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/\.[0-9a-z]*$//}-patches/ \ + ftp://ftp.gnu.org/gnu/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/\.[0-9a-z]*$//}-patches/ \ | fgrep -v .sig | ${TAIL} .include <bsd.port.mk> |