pkgsrc-WIP-changes archive

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

(emulators/Retro68) pkglint--



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sun Jan 28 13:57:38 2024 +0900
Changeset:	2060966000e9d8818f6f42f8b4856c994408f76b

Modified Files:
	Retro68/Makefile

Log Message:
(emulators/Retro68) pkglint--

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

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

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

diffs:
diff --git a/Retro68/Makefile b/Retro68/Makefile
index e5b343a8c5..3d6d5ebdf4 100644
--- a/Retro68/Makefile
+++ b/Retro68/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES=	${MASTER_SITE_GITHUB:=autc04/}
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/autc04/Retro68/
 COMMENT=	M68k emulation
-#LICENSE=	# TODO: (see mk/license.mk)
+LICENSE=	gnu-gpl-v3
 
 USE_TOOLS+=		pkg-config
 USE_PKGLOCALEDIR=	yes
@@ -21,7 +21,7 @@ CPPFLAGS+=	-Iinclude/libhfs
 SUBST_CLASSES=		equal-test
 SUBST_STAGE.equal-test=	pre-configure
 SUBST_SED.equal-test=	'-e s," == "," = " ,'
-SUBST_FILES.equal-test= \
+SUBST_FILES.equal-test=	\
 	binutils/binutils/testsuite/binutils-all/dlltool.exp \
 	binutils/binutils/testsuite/binutils-all/objcopy.exp \
 	binutils/gas/testsuite/lib/gas-defs.exp \


Home | Main Index | Thread Index | Old Index