pkgsrc-WIP-changes archive

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

wip/openwv: Fix typo in comment



Module Name:	pkgsrc-wip
Committed By:	Ryo ONODERA <ryoon%NetBSD.org@localhost>
Pushed By:	ryoon
Date:		Wed Jan 21 07:38:52 2026 +0900
Changeset:	417996120973f8c41ce5095aa3c9a47c50c4ab91

Modified Files:
	openwv/Makefile

Log Message:
wip/openwv: Fix typo in comment

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

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

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

diffs:
diff --git a/openwv/Makefile b/openwv/Makefile
index c3672f14e3..b2807648ef 100644
--- a/openwv/Makefile
+++ b/openwv/Makefile
@@ -19,7 +19,7 @@ post-extract:
 	# Adjust for vendor handling of cargo.mk
 	cd ${WRKSRC} && \
 		${MV} vendor ..
-	# Copy embedded.wvd file ${WRKSRC} manually.
+	# Copy embedded.wvd file to ${WRKSRC} manually.
 	#cd ${WRKSRC} && \
 	#	${CP} ${SOMEWHERE}/keydive.wvd ${WRKSRC}/embedded.wvd
 


Home | Main Index | Thread Index | Old Index