pkgsrc-WIP-changes archive

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

harec: Make sure bin dir exists before trying to install to it



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Tue Jun 4 18:27:08 2024 -0700
Changeset:	a1b7654d8784912d078994d6d50b377e05963540

Modified Files:
	harec/Makefile

Log Message:
harec: Make sure bin dir exists before trying to install to it

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

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

diffstat:
 harec/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/harec/Makefile b/harec/Makefile
index bf86bc6527..04a759d3fd 100644
--- a/harec/Makefile
+++ b/harec/Makefile
@@ -17,6 +17,8 @@ USE_TOOLS+=	gmake
 
 TOOL_DEPENDS+=		qbe>=1.2:../../lang/qbe
 
+INSTALLATION_DIRS=	bin
+
 do-configure:
 	${RUN} cp ${FILESDIR}/config.mk ${WRKSRC}/config.mk
 


Home | Main Index | Thread Index | Old Index