diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bup/Makefile b/sysutils/bup/Makefile index 7ea96aa9180..b0426491469 100644 --- a/sysutils/bup/Makefile +++ b/sysutils/bup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2021/03/15 13:35:42 gdt Exp $ +# $NetBSD: Makefile,v 1.53 2021/03/15 16:02:12 gdt Exp $ DISTNAME= bup-0.32 CATEGORIES= sysutils @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=bup/} # in bup's git which has autogenerated man pages. The third problem # is that github.mk assumes that there is one distfile. -# (Note to future updating self) We would like to fetch the following files: +# (Note to future updating self) We would like to fetch the following files, e.g.: # https://github.com/bup/bup/archive/0.30.tar.gz # https://github.com/bup/bup/archive/28876cde4a3dac518e773860aa7969c106f5390d.tar.gz |