aboutsummaryrefslogtreecommitdiff
path: root/shells/bash
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2016-09-10 10:21:05 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2016-09-10 10:21:05 +0000
commit14354397fff2acf27ad9431f2d2db3ad85e53000 (patch)
tree19f054866ce03991328dbdce56eb5c68a78008b9 /shells/bash
parent76243540a6c457761fb0198392c66cbc414650e8 (diff)
downloadports-14354397fff2acf27ad9431f2d2db3ad85e53000.tar.gz
ports-14354397fff2acf27ad9431f2d2db3ad85e53000.zip
Update cklatest-host. Old one returns permission denied.
Notes
Notes: svn path=/head/; revision=421680
Diffstat (limited to 'shells/bash')
-rw-r--r--shells/bash/Makefile2
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>