From b27b74bfd8174fdfb848f423ccceb9bba0f10c66 Mon Sep 17 00:00:00 2001 From: fhajny Date: Thu, 23 Feb 2017 14:47:57 +0000 Subject: Use proper Github MASTER_SITES handling --- audio/cmus/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index f855312bf60..39c4777d5a8 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.67 2017/01/24 19:34:37 maya Exp $ +# $NetBSD: Makefile,v 1.68 2017/02/23 14:47:57 fhajny Exp $ DISTNAME= cmus-2.7.1 PKGREVISION= 6 CATEGORIES= audio -MASTER_SITES= -https://github.com/cmus/cmus/archive/v${PKGVERSION_NOREV}${EXTRACT_SUFX} +MASTER_SITES= ${MASTER_SITE_GITHUB:=cmus/} +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= ahoka@NetBSD.org HOMEPAGE= http://cmus.github.io/ -- cgit v1.2.3