pkgsrc-WIP-changes archive

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

crispy-doom: Don't run configure script twice



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon Aug 24 13:08:22 2020 +0200
Changeset:	9e94b1e7bb6df3f9207b019621c841f12ffa938a

Modified Files:
	crispy-doom/Makefile

Log Message:
crispy-doom: Don't run configure script twice

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

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

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

diffs:
diff --git a/crispy-doom/Makefile b/crispy-doom/Makefile
index af5699ecb3..83f5d1b8bb 100644
--- a/crispy-doom/Makefile
+++ b/crispy-doom/Makefile
@@ -28,7 +28,7 @@ SUBST_FILES.waddir=	src/d_iwad.c
 SUBST_SED.waddir=	-e 's,PKGSRC_PREFIX,"${PREFIX}",'
 SUBST_SED.waddir+=	-e 's,PKGSRC_DOOMWADDIR,"/${DOOMWADDIR}",'
 
-pre-configure:
+do-configure:
 	cd ${WRKSRC} && ./autogen.sh
 	${CP} ${FILESDIR}/INSTALL.pkgsrc ${WRKDIR}
 


Home | Main Index | Thread Index | Old Index