pkgsrc-WIP-changes archive

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

fna: fix build after lowercasing pkgname



Module Name:	pkgsrc-wip
Committed By:	Maya Rashish <maya%NetBSD.org@localhost>
Pushed By:	coypu
Date:		Sat Jan 23 12:06:04 2021 +0200
Changeset:	3c15d953a1f13733e70d9f71d1cc7a7bbb7dfeac

Modified Files:
	fna/Makefile

Log Message:
fna: fix build after lowercasing pkgname

(Maybe this should be a do-extract...)

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

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

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

diffs:
diff --git a/fna/Makefile b/fna/Makefile
index a6e0aef85d..17c742440e 100644
--- a/fna/Makefile
+++ b/fna/Makefile
@@ -30,7 +30,7 @@ USE_LANGUAGES=	# none
 
 post-extract:
 	${LN} -sf ${WRKDIR}/FNA.NetStub-${NETSTUB:S/${EXTRACT_SUFX}//} ${WRKDIR}/FNA.NetStub
-	${LN} -sf ${WRKSRC} ${WRKDIR}/FNA
+	${LN} -sf ${WRKDIR}/${GITHUB_PROJECT}-${DISTNAME} ${WRKDIR}/FNA
 	${RM} -r ${WRKSRC}/lib/FAudio ${WRKSRC}/lib/Theorafile ${WRKSRC}/lib/SDL2-CS
 	${LN} -sf ${WRKDIR}/FAudio-${FAUDIO:S/${EXTRACT_SUFX}//} ${WRKSRC}/lib/FAudio
 	${LN} -sf ${WRKDIR}/Theorafile-${THEORAFILE:S/${EXTRACT_SUFX}//} ${WRKSRC}/lib/Theorafile


Home | Main Index | Thread Index | Old Index