diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2016-11-09 15:45:29 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2016-11-09 15:45:29 +0000 |
commit | 99f36a4e5ac53327c48360bde5ae16cdf70287f3 (patch) | |
tree | 6a70a6b5cc79400cab76f74ccfea92f808135f14 /distrib/syspatch | |
parent | bb25e1f044c0738181ec7d7df30cc6a335eb463c (diff) |
oops, OSREV -> OSrev.
Diffstat (limited to 'distrib/syspatch')
-rw-r--r-- | distrib/syspatch/bsd.syspatch.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/syspatch/bsd.syspatch.mk b/distrib/syspatch/bsd.syspatch.mk index fe59ad671da..2cd2bfc851e 100644 --- a/distrib/syspatch/bsd.syspatch.mk +++ b/distrib/syspatch/bsd.syspatch.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.syspatch.mk,v 1.5 2016/11/09 15:43:22 ajacoutot Exp $ +# $OpenBSD: bsd.syspatch.mk,v 1.6 2016/11/09 15:45:28 ajacoutot Exp $ # # Copyright (c) 2016 Robert Nagy <robert@openbsd.org> # @@ -25,7 +25,7 @@ FETCH= /usr/bin/ftp -Vm MIRROR= https://ftp.openbsd.org/pub/OpenBSD/patches/${OSREV}/common # the final name of the syspatch tarball -SYSPATCH= syspatch${OSREV}-${ERRATA}.tgz +SYSPATCH= syspatch${OSrev}-${ERRATA}.tgz # arguments used by different tools MTREE_FILES= /etc/mtree/4.4BSD.dist |