diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-09-10 10:21:05 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-09-10 10:21:05 +0000 |
commit | 14354397fff2acf27ad9431f2d2db3ad85e53000 (patch) | |
tree | 19f054866ce03991328dbdce56eb5c68a78008b9 /shells | |
parent | 76243540a6c457761fb0198392c66cbc414650e8 (diff) | |
download | ports-14354397fff2acf27ad9431f2d2db3ad85e53000.tar.gz ports-14354397fff2acf27ad9431f2d2db3ad85e53000.zip |
Notes
Diffstat (limited to 'shells')
-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> |