summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2016-11-21 11:29:05 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2016-11-21 11:29:05 +0000
commit27b2526ee8cadade75864b9cc8b7c41dcbb8b3f6 (patch)
tree26b4e562be41b875143ba431bf80a7ee70937b91 /shells
parent- Add missing SONAME [1] (diff)
Re-use PATCH_SITES for cklatest target instead of hardcoding.
Notes
Notes: svn path=/head/; revision=426705
Diffstat (limited to 'shells')
-rw-r--r--shells/bash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index f43c176080fd..8de8e5bb1595 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -103,7 +103,7 @@ cklatest:
@${ECHO} -n "Currently at: "
@${MAKE} -V PATCHLEVEL
-ncftpls \
- ftp://ftp.gnu.org/gnu/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/\.[0-9a-z]*$//}-patches/ \
+ ${PATCH_SITES:Mftp*:Ox:[1]} \
| fgrep -v .sig | ${TAIL}
.include <bsd.port.mk>