diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-11-21 11:29:05 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-11-21 11:29:05 +0000 |
commit | 27b2526ee8cadade75864b9cc8b7c41dcbb8b3f6 (patch) | |
tree | 26b4e562be41b875143ba431bf80a7ee70937b91 /shells | |
parent | 5404fdc653da4399b2c0e4e07bfbd1dc38f6b545 (diff) | |
download | ports-27b2526ee8cadade75864b9cc8b7c41dcbb8b3f6.tar.gz ports-27b2526ee8cadade75864b9cc8b7c41dcbb8b3f6.zip |
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/Makefile | 2 |
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> |