pkgsrc-WIP-changes archive

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

eureka: Fix insertion of DOOMWADDIR in Makefile



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Mon Sep 2 14:56:49 2019 +0200
Changeset:	23d724babbeac24fae67ec169d7249dfaffbf072

Modified Files:
	eureka/Makefile

Log Message:
eureka: Fix insertion of DOOMWADDIR in Makefile

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

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

diffstat:
 eureka/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/eureka/Makefile b/eureka/Makefile
index 99a8f2823b..710cb0e286 100644
--- a/eureka/Makefile
+++ b/eureka/Makefile
@@ -30,7 +30,7 @@ SUBST_CLASSES+=		dwd
 SUBST_STAGE.dwd=	do-configure
 SUBST_MESSAGE.dwd=	Preparing m_files.cc file ...
 SUBST_FILES.dwd=	src/m_files.cc
-SUBST_SED.dwd=		-e 's,PKGSRC_DOOMWADDIR,${PREFIX}/DOOMWADDIR,'
+SUBST_SED.dwd=		-e 's,PKGSRC_DOOMWADDIR,${PREFIX}/${DOOMWADDIR},'
 
 BUILDLINK_API_DEPENDS.zlib+=	zlib>=1.2.3
 .include "../../devel/zlib/buildlink3.mk"


Home | Main Index | Thread Index | Old Index