pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

raylib: Fix the CATEGORY



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Tue Jul 11 16:37:51 2023 -0700
Changeset:	a2ca722dad47124bef54adaf3d63a80c780c2254

Modified Files:
	raylib/Makefile

Log Message:
raylib: Fix the CATEGORY

'lang' is just plain wrong, let's use 'devel' instead

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a2ca722dad47124bef54adaf3d63a80c780c2254

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 raylib/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/raylib/Makefile b/raylib/Makefile
index d83d11755b..4f8b44979f 100644
--- a/raylib/Makefile
+++ b/raylib/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	raylib-4.5.0
-CATEGORIES=	lang
+CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=raysan5/}
 
 MAINTAINER=	charlotte%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index