diff options
author | gls <gls@pkgsrc.org> | 2014-08-18 10:34:18 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2014-08-18 10:34:18 +0000 |
commit | 60407180f10b8872213b49c9e4cfad503c7d68d6 (patch) | |
tree | 01760dd8528183f95db0b2987d76c32e21a26497 /audio/cmus/Makefile | |
parent | 1846949f6ee16e87eb0bc86280fbf452d73e1b43 (diff) | |
download | pkgsrc-60407180f10b8872213b49c9e4cfad503c7d68d6.tar.gz |
Update Makefile following hints in PR pkg/48819. Muh cleaner solution.
From Leonardo Taccari, thanks!
Diffstat (limited to 'audio/cmus/Makefile')
-rw-r--r-- | audio/cmus/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index 1e2773e6a08..93795348012 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -1,17 +1,14 @@ -# $NetBSD: Makefile,v 1.52 2014/08/18 09:34:49 gls Exp $ +# $NetBSD: Makefile,v 1.53 2014/08/18 10:34:18 gls Exp $ -DISTNAME= v2.6.0 -PKGNAME= ${DISTNAME:S/v/cmus-/} +DISTNAME= cmus-2.6.0 CATEGORIES= audio -MASTER_SITES= https://github.com/cmus/cmus/archive/ -#EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= -https://github.com/cmus/cmus/archive/v${PKGVERSION_NOREV}${EXTRACT_SUFX} MAINTAINER= ahoka@NetBSD.org HOMEPAGE= http://cmus.github.io/ COMMENT= Cmus is a small, fast and powerful text mode music player LICENSE= gnu-gpl-v2 -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} HAS_CONFIGURE= yes USE_TOOLS+= gmake pkg-config |