pkgsrc-WIP-changes archive

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

doom2-pwad-preacher: Fix MESSAGE and DOOMWADDIR in license



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Fri Aug 16 18:30:45 2019 +0200
Changeset:	05ef0c4942e9c3aee413ae8960a3fa00dd0ac510

Modified Files:
	doom2-pwad-preacher/Makefile
	doom2-pwad-preacher/preacher-license

Log Message:
doom2-pwad-preacher: Fix MESSAGE and DOOMWADDIR in license

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

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

diffstat:
 doom2-pwad-preacher/Makefile         | 4 ++++
 doom2-pwad-preacher/preacher-license | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs:
diff --git a/doom2-pwad-preacher/Makefile b/doom2-pwad-preacher/Makefile
index f605e1ebb0..d6648ff5ec 100644
--- a/doom2-pwad-preacher/Makefile
+++ b/doom2-pwad-preacher/Makefile
@@ -5,6 +5,7 @@ DISTNAME=		preacher
 PKGNAME=		doom2-pwad-${DISTNAME}-20181129
 CATEGORIES=		games
 MASTER_SITES=		ftp://ftp.fu-berlin.de/pc/games/idgames/levels/doom2/Ports/p-r/
+MASTER_SITES+=		ftp://mirrors.syringanetworks.net/idgames/levels/doom2/Ports/p-r/
 EXTRACT_SUFX=		.zip
 
 MAINTAINER=		micha%NetBSD.org@localhost
@@ -17,6 +18,9 @@ LICENSE=		preacher-license
 DOOMWADDIR=		share/doom
 INSTALLATION_DIRS=	${DOOMWADDIR}
 
+MESSAGE_SRC+=		MESSAGE.doom2-pwad-preacher
+MESSAGE_SUBST+=		DOOMWADDIR="${PREFIX}/${DOOMWADDIR}"
+
 NO_CONFIGURE=		yes
 NO_BUILD=		yes
 
diff --git a/doom2-pwad-preacher/preacher-license b/doom2-pwad-preacher/preacher-license
index 4c83b22d9d..54a97ce442 100644
--- a/doom2-pwad-preacher/preacher-license
+++ b/doom2-pwad-preacher/preacher-license
@@ -12,6 +12,6 @@ content in this file to allow further distribution.
 
 Note for pkgsrc:
 The "text file" referenced in the license text above is installed as
-PREACHER.txt to the ${DOOMWADDIR} directory. The name was converted to uppercase
-so that it is printed next to PREACHER.wad in a directory listing. The content
-is unmodified!
+PREACHER.txt to the ${PREFIX}/share/doom directory. The name was converted to
+uppercase so that it is printed next to PREACHER.wad in a directory listing.
+The content is unmodified!


Home | Main Index | Thread Index | Old Index