pkgsrc-WIP-changes archive

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

Makefile: fix syntax error



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Oct 8 08:53:39 2024 +0200
Changeset:	6526804f974651dd2b71a40f7b39f6acd5c6f49c

Modified Files:
	Makefile

Log Message:
Makefile: fix syntax error

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

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

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

diffs:
diff --git a/Makefile b/Makefile
index d6fb02971d..e7e0e26c07 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 
 COMMENT=	Work-in-progress packages
 
-rSUBDIR+=	2048-c
+SUBDIR+=	2048-c
 SUBDIR+=	3dsconv
 SUBDIR+=	4ti2
 SUBDIR+=	7-zip-zstd


Home | Main Index | Thread Index | Old Index