pkgsrc-WIP-changes archive

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

wip/openwv: Remove redendant command in comment



Module Name:	pkgsrc-wip
Committed By:	Ryo ONODERA <ryoon%NetBSD.org@localhost>
Pushed By:	ryoon
Date:		Wed Jan 21 10:15:41 2026 +0900
Changeset:	06e197f104cb106a15892ce970779a16e1418d55

Modified Files:
	openwv/Makefile

Log Message:
wip/openwv: Remove redendant command in comment

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

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

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

diffs:
diff --git a/openwv/Makefile b/openwv/Makefile
index b2807648ef..f41f42b11f 100644
--- a/openwv/Makefile
+++ b/openwv/Makefile
@@ -20,8 +20,7 @@ post-extract:
 	cd ${WRKSRC} && \
 		${MV} vendor ..
 	# Copy embedded.wvd file to ${WRKSRC} manually.
-	#cd ${WRKSRC} && \
-	#	${CP} ${SOMEWHERE}/keydive.wvd ${WRKSRC}/embedded.wvd
+	#${CP} ${SOMEWHERE}/keydive.wvd ${WRKSRC}/embedded.wvd
 
 do-install:
 	${INSTALL_LIB} ${WRKSRC}/target/release/libwidevinecdm.so \


Home | Main Index | Thread Index | Old Index