diff options
Diffstat (limited to 'games/retroarch-assets/Makefile')
-rw-r--r-- | games/retroarch-assets/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/retroarch-assets/Makefile b/games/retroarch-assets/Makefile index 5fefe71f18ad..bc4590df4b41 100644 --- a/games/retroarch-assets/Makefile +++ b/games/retroarch-assets/Makefile @@ -1,8 +1,9 @@ PORTNAME= retroarch-assets -DISTVERSION= g20240102 +DISTVERSIONPREFIX= v +DISTVERSION= 1.20.0 CATEGORIES= games -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tilde@ultros.pro COMMENT= Graphical assets and official branding for RetroArch WWW= https://github.com/libretro/retroarch-assets @@ -11,8 +12,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= libretro -GH_TAGNAME= 923b711dc6772a168d83dc8915e9260730fcf3a1 NO_ARCH= yes +NO_BUILD= yes .include <bsd.port.mk> |