pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel devel: Fix typo breaking bulk builds.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/404883c07933
branches:  trunk
changeset: 444044:404883c07933
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Sat Jan 02 07:51:25 2021 +0000

description:
devel: Fix typo breaking bulk builds.

diffstat:

 devel/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 670362a7f2db -r 404883c07933 devel/Makefile
--- a/devel/Makefile    Sat Jan 02 07:51:14 2021 +0000
+++ b/devel/Makefile    Sat Jan 02 07:51:25 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3305 2021/01/01 14:45:28 pin Exp $
+# $NetBSD: Makefile,v 1.3306 2021/01/02 07:51:25 jperkin Exp $
 #
 
 COMMENT=       Development utilities
@@ -54,7 +54,7 @@
 SUBDIR+=       R-pak
 SUBDIR+=       R-pkgKitten
 SUBDIR+=       R-pkgbuild
-SUBDIR+=       R-pkgbcache
+SUBDIR+=       R-pkgcache
 SUBDIR+=       R-pkgconfig
 SUBDIR+=       R-pkgload
 SUBDIR+=       R-plogr



Home | Main Index | Thread Index | Old Index