diff options
Diffstat (limited to 'OpenBSD/www/cgit-pink/Makefile')
-rw-r--r-- | OpenBSD/www/cgit-pink/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenBSD/www/cgit-pink/Makefile b/OpenBSD/www/cgit-pink/Makefile index c547c07..1eb163b 100644 --- a/OpenBSD/www/cgit-pink/Makefile +++ b/OpenBSD/www/cgit-pink/Makefile @@ -5,11 +5,11 @@ COMMENT = web frontend for git repositories DISTNAME = cgit-pink-1.4.1 CATEGORIES = www devel -DISTFILES = ${DISTNAME}.tar.gz:0 \ - git-2.36.1.tar.gz:1 +DISTFILES = ${DISTNAME}.tar.gz +DISTFILES.git = git-2.36.1.tar.gz -MASTER_SITES0 = https://git.causal.agency/cgit-pink/snapshot/ -MASTER_SITES1 = https://www.kernel.org/pub/software/scm/git/ +SITES = https://git.causal.agency/cgit-pink/snapshot/ +SITES.git = https://www.kernel.org/pub/software/scm/git/ HOMEPAGE = https://git.causal.agency/cgit-pink/about/ # GPLv2 |