pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/binutils



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Thu Feb 10 12:47:12 UTC 2022

Modified Files:
        pkgsrc/devel/binutils: Makefile

Log Message:
binutils: fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/devel/binutils/Makefile

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

Modified files:

Index: pkgsrc/devel/binutils/Makefile
diff -u pkgsrc/devel/binutils/Makefile:1.102 pkgsrc/devel/binutils/Makefile:1.103
--- pkgsrc/devel/binutils/Makefile:1.102        Mon Jan 24 15:10:46 2022
+++ pkgsrc/devel/binutils/Makefile      Thu Feb 10 12:47:12 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.102 2022/01/24 15:10:46 fcambus Exp $
+# $NetBSD: Makefile,v 1.103 2022/02/10 12:47:12 fcambus Exp $
 
 DISTNAME=      binutils-2.37
 PKGREVISION=   2
@@ -53,7 +53,7 @@ PLIST_VARS+=  ctf gas gold gprof ld
 .include "../../mk/bsd.prefs.mk"
 
 #
-# libctf does not build on thes platforms at present.
+# libctf does not build on these platforms at present.
 #
 .if ${OPSYS} == "Darwin" || ${OPSYS} == "Linux"
 CONFIGURE_ARGS+=       --disable-libctf



Home | Main Index | Thread Index | Old Index