pkgsrc-WIP-changes archive

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

prboom-plus: Use DOOMWADDIR in Makefile, Regenerate patch checksum



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Tue Apr 21 12:05:40 2020 +0200
Changeset:	dd2c6a2b9892574cc981f6e6536314fba339a23f

Modified Files:
	prboom-plus/Makefile
	prboom-plus/distinfo

Log Message:
prboom-plus: Use DOOMWADDIR in Makefile, Regenerate patch checksum

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

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

diffstat:
 prboom-plus/Makefile | 5 ++++-
 prboom-plus/distinfo | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs:
diff --git a/prboom-plus/Makefile b/prboom-plus/Makefile
index d94e9dbc79..2456bd5dab 100644
--- a/prboom-plus/Makefile
+++ b/prboom-plus/Makefile
@@ -9,8 +9,11 @@ HOMEPAGE=	https://prboom-plus.sourceforge.net/
 COMMENT=	Multiplayer-capable and modified version of DOOM
 LICENSE=	gnu-gpl-v2
 
+# DOOMWADDIR is intentionally shared with other Doom packages
+DOOMWADDIR=	share/doom
+
 GNU_CONFIGURE=		YES
-CONFIGURE_ARGS+=	--with-waddir=${PREFIX}/share/doom
+CONFIGURE_ARGS+=	--with-waddir=${PREFIX}/${DOOMWADDIR}
 
 SUBST_CLASSES+=		gamesdir
 SUBST_STAGE.gamesdir=	pre-configure
diff --git a/prboom-plus/distinfo b/prboom-plus/distinfo
index bb9c5d6963..7772668b2f 100644
--- a/prboom-plus/distinfo
+++ b/prboom-plus/distinfo
@@ -5,4 +5,4 @@ RMD160 (prboom-plus-2.5.1.4.tar.gz) = ebb834844f6ca38aa55214ae8ee1d0cff5e2d5e8
 SHA512 (prboom-plus-2.5.1.4.tar.gz) = ca342bc2eac05458ed9c40aa781badc81416f25e51de23543f037df547d973dcca7522fb942160b7b797d24b6313a0e111afa11ad887199fbaab06240ffeb716
 Size (prboom-plus-2.5.1.4.tar.gz) = 1627558 bytes
 SHA1 (patch-src_m__swap.h) = 2a60e2dfe84496f46b89f2e28007b53c35157b00
-SHA1 (patch-src_p__setup.c) = 8596400c8d08b1d70bf7539306de920e2f894a61
+SHA1 (patch-src_p__setup.c) = f9b4dac1d46aacf25e991a04108638fa9b06feba


Home | Main Index | Thread Index | Old Index