diff options
Diffstat (limited to 'audio/cmus/Makefile')
-rw-r--r-- | audio/cmus/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index 0f8c43b..af7eb63 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -3,6 +3,7 @@ PORTNAME= cmus PORTVERSION= 2.6.0 +DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= audio @@ -12,9 +13,6 @@ COMMENT= Console-based music player with really cool features LICENSE= GPLv2 USE_GITHUB= yes -GH_ACCOUNT= ${PORTNAME} -GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 76421f1 USES= gmake pkgconfig iconv ncurses HAS_CONFIGURE= yes |