summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2016-11-21 11:29:05 +0000
committerehaupt <ehaupt@FreeBSD.org>2016-11-21 11:29:05 +0000
commit8b1e9b055e393da5bb59b2e0bed80a318cf5110d (patch)
tree26b4e562be41b875143ba431bf80a7ee70937b91
parent781ebd579df066195ee836e6fef376e52f67530b (diff)
downloadFreeBSD-ports-8b1e9b055e393da5bb59b2e0bed80a318cf5110d.zip
FreeBSD-ports-8b1e9b055e393da5bb59b2e0bed80a318cf5110d.tar.gz
Re-use PATCH_SITES for cklatest target instead of hardcoding.
-rw-r--r--shells/bash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index f43c176..8de8e5b 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>
OpenPOWER on IntegriCloud