pkgsrc-WIP-changes archive

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

minetest: fixed tab



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Thu Dec 14 21:59:50 2023 -0500
Changeset:	5102d0cb909a94caa3e08c3614bd6e08eec7330f

Modified Files:
	minetest/Makefile
Removed Files:
	minetest/TODO

Log Message:
minetest: fixed tab

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

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

diffstat:
 minetest/Makefile | 2 +-
 minetest/TODO     | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/minetest/Makefile b/minetest/Makefile
index 8628a7967c..0b906a97be 100644
--- a/minetest/Makefile
+++ b/minetest/Makefile
@@ -13,7 +13,7 @@ DISTFILES+=		minetest.tar.gz
 DISTFILES+=		irrlicht.tar.gz
 IRRLICHT_VERSION=	1.9.0mt13
 SITES.minetest.tar.gz=	\
--https://github.com/minetest/minetest/archive/${PKGVERSION_NOREV}.tar.gz
+	-https://github.com/minetest/minetest/archive/${PKGVERSION_NOREV}.tar.gz
 SITES.irrlicht.tar.gz=	\
 	-https://github.com/minetest/irrlicht/archive/${IRRLICHT_VERSION}.tar.gz
 
diff --git a/minetest/TODO b/minetest/TODO
deleted file mode 100644
index 038d718da6..0000000000
--- a/minetest/TODO
+++ /dev/null
@@ -1 +0,0 @@
-testing


Home | Main Index | Thread Index | Old Index