pkgsrc-WIP-changes archive

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

xemu: fix category.



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Sat May 14 17:05:32 2022 +0200
Changeset:	22147806adf9b940e44ad14849e30add3d20253a

Modified Files:
	xemu/Makefile

Log Message:
xemu: fix category.

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

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

diffstat:
 xemu/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/xemu/Makefile b/xemu/Makefile
index b17e1a3df0..25cb1a1618 100644
--- a/xemu/Makefile
+++ b/xemu/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	xemu-0.0.2022.04.26
 PKGREVISION=	1
-CATEGORIES=	math
+CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_GITHUB:=lgblgblgb/}
 GITHUB_PROJECT=	xemu
 GITHUB_TAG=	08ed0450f53a65a285dcac802373aea4f9c6450d
@@ -20,7 +20,7 @@ REPLACE_BASH+=	build/configure/configure
 MAKE_ENV+=	DESTDIR=${DESTDIR}
 MAKE_ENV+=	SDL2_RPATH=${COMPILER_RPATH_FLAG},${BUILDLINK_PREFIX.SDL2}/lib
 
-INSTALLATION_DIRS+= 	share/xemu-lgb
+INSTALLATION_DIRS+=	share/xemu-lgb
 
 # This subst only for NetBSD?
 SUBST_CLASSES+=		rl


Home | Main Index | Thread Index | Old Index