diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-11-21 19:29:05 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-11-21 19:29:05 +0800 |
commit | 8b1e9b055e393da5bb59b2e0bed80a318cf5110d (patch) | |
tree | 26b4e562be41b875143ba431bf80a7ee70937b91 /shells | |
parent | 781ebd579df066195ee836e6fef376e52f67530b (diff) | |
download | freebsd-ports-graphics-8b1e9b055e393da5bb59b2e0bed80a318cf5110d.tar.gz freebsd-ports-graphics-8b1e9b055e393da5bb59b2e0bed80a318cf5110d.tar.zst freebsd-ports-graphics-8b1e9b055e393da5bb59b2e0bed80a318cf5110d.zip |
Re-use PATCH_SITES for cklatest target instead of hardcoding.
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 f43c176080f..8de8e5bb159 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> |